-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cgbot",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@xmpp/client": "^0.11.1",
"@xmpp/debug": "^0.11.0",
"esm": "^3.2.22",
"uuid": "^8.2.0",
"yargs": "^15.3.1",
"lockfile": "~1.0.0",
"irc": "~0.5.2"
},
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"chai-bytes": "^0.1.2",
"cross-env": "^6.0.3",
"eslint": "^7.0.0",
"eslint-config-digitalbazaar": "^2.5.0",
"eslint-plugin-jsdoc": "^25.4.2",
"karma": "^5.0.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^7.1.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.0",
"temp": "~0.8.1",
"webpack": "^4.43.0"
},
"engines": {
"node": ">=14"
},
"main": "./index.js"
}