-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.25 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@nodana/nodana-cli",
"version": "0.7.0",
"description": "Lightning node infrastructure as a service",
"repository": {
"type": "git",
"url": "git+https://github.com/nodana/nodana-cli.git"
},
"homepage": "https://github.com/nodana/nodana-cli#readme",
"main": "dist/index.js",
"bin": {
"nodana": "dist/index.js"
},
"scripts": {
"build": "npx tsc",
"prepublishOnly": "run-s test build",
"test": "mocha -r ts-node/register 'tests/**/*.ts'"
},
"keywords": [
"nodana",
"phoenixd",
"phoenix",
"acinq"
],
"files": [
"./dist"
],
"author": "Nodana",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.0.0",
"promptly": "^3.2.0",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/promptly": "^3.0.5",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
"ts-sinon": "^2.0.2",
"typescript": "^5.4.5"
},
"bugs": {
"url": "https://github.com/nodana/nodana-cli/issues"
},
"directories": {
"test": "tests"
}
}