-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 KB
/
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
{
"name": "coattail",
"version": "1.0.3",
"description": "A secure peer-to-peer remote execution and data publication service.",
"repository": "https://github.com/nathan-fiscaletti/coattail",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"coattail": "./bin/index.js"
},
"author": "Nathan Fiscaletti <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.1",
"crypto": "^1.0.1",
"find-process": "^1.4.7",
"ip-range-check": "^0.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-json-color-stringify": "^1.1.0",
"sqlite3": "^5.0.2",
"strip-ansi": "^6.0.0",
"table": "^6.8.0",
"tree-kill": "^1.2.2",
"uuid": "^8.3.2"
}
}