forked from jaredLunde/stellar-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 802 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
{
"name": "stellar-apps",
"version": "1.0.0",
"author": "[email protected]",
"private": true,
"repository": "https://github.com/jaredLunde/stellar-apps",
"scripts": {
"create-pkg": "node scripts/createPkg",
"add-all": "node scripts/addAll",
"build-all": "node scripts/buildAll",
"install-all": "node scripts/installAll",
"publish-all": "node scripts/publishAll",
"upgrade-all": "node scripts/upgradeAll",
"list-all": "node scripts/listAll",
"replace-all": "node scripts/replaceAll"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"edit-json-file": "^1.2.1",
"fs-extra": "^7.0.1",
"minimist": "^1.2.0",
"node-cmd": "^3.0.0",
"ora": "^3.0.0",
"semver": "^5.6.0",
"shelljs": "^0.8.3"
},
"main": "index.js"
}