-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.45 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.45 KB
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": "@archanova/cli",
"version": "1.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/netgum/archanova.git"
},
"bugs": {
"url": "https://github.com/netgum/archanova/issues"
},
"bin": {
"archanova-cli": "./build/bin.js"
},
"description": "Archanova CLI",
"scripts": {
"clean": "rimraf ./build",
"compile": "tsc --project ./tsconfig.build.json --rootDir ./src",
"compile:watch": "npm run compile -- --watch --preserveWatchOutput",
"prebuild": "npm run clean",
"build": "npm run compile"
},
"dependencies": {
"@archanova/sdk": "^1.1.2",
"@netgum/types": "^0.1.8",
"@netgum/utils": "^0.1.3",
"@types/body-parser": "^1.17.0",
"@types/chalk": "^2.2.0",
"@types/node": "^12.0.10",
"@types/express": "^4.17.0",
"@types/fs-extra": "^8.0.0",
"@types/react": "^16.8.22",
"@types/webpack-env": "^1.13.9",
"@types/ws": "^6.0.1",
"body-parser": "^1.19.0",
"bn.js": "^4.11.8",
"chalk": "^2.4.2",
"express": "^4.17.1",
"fs-extra": "^8.0.1",
"ink": "^2.3.0",
"ink-box": "^1.0.0",
"ink-link": "^1.0.0",
"ink-spinner": "^3.0.1",
"ink-text-input": "^3.1.1",
"meow": "^5.0.0",
"ngrok": "^3.2.1",
"qrcode-terminal": "^0.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rxjs": "6.4.0",
"rxjs-addons": "^0.0.4",
"ws": "^7.0.1"
},
"devDependencies": {
"rimraf": "^2.6.3"
}
}