-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
{
"name": "@rho-softwares/rfn-cli",
"version": "0.1.291",
"description": "TODO",
"bin": "dst/js/.bin/cli",
"scripts": {
"bin": "dst/js/.bin/cli",
"npm-install": "rm ./package-lock.json ; rm -r ./node_modules ; npm install --ignore-scripts"
},
"comments": {
"release-cli": "npm run bin -- --release-cli",
"github-deploy": "npm run bin -- --git-deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rho-softwares/rfn-cli.git"
},
"keywords": [
"rfn-cli",
"bootstrapper",
"reframe-cljs",
"react-native",
"clojurescript",
"cljs"
],
"author": "ρ™ - RTN",
"license": "MIT",
"bugs": {
"url": "https://github.com/rho-softwares/rfn-cli/issues"
},
"homepage": "https://github.com/rho-softwares/rfn-cli#readme",
"dependencies": {
"ansi-regex": "5.0.1",
"cfonts": "^2.10.0",
"chalk": "^4.1.2",
"cli-width": "^3.0.0",
"commander": "^8.3.0",
"fs-extra": "^10.0.0",
"minimist": "^1.2.5",
"os": "^0.1.2",
"prompt-sync": "^4.2.0",
"replace-in-file": "^6.3.2",
"signal-exit": "^3.0.5",
"tty": "^1.0.1",
"write-file-atomic": "^3.0.3",
"ws": "^8.2.3"
},
"devDependencies": {
"source-map-support": "^0.5.20"
}
}