-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.29 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
{
"name": "props",
"version": "1.3.0",
"description": "isengard project",
"main": "index.js",
"type": "module",
"scripts": {
"deploy": "node --experimental-specifier-resolution=node scripts/deploy.js",
"initialize": "node --experimental-specifier-resolution=node scripts/initialize.js",
"setup": "node --experimental-specifier-resolution=node scripts/setup.js",
"configure": "npm run setup && npm run deploy && npm run initialize",
"mintPuppets": "node --experimental-specifier-resolution=node scripts/mint_puppets.js",
"setIconDAppIcons": "node --experimental-specifier-resolution=node scripts/set_icondapp_default_icons.js",
"createTestCheckpoint": "neoxp checkpoint create -f postSetup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/isengard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CityOfZion/isengard/issues"
},
"homepage": "https://github.com/CityOfZion/isengard#readme",
"dependencies": {
"@cityofzion/neon-core": "^5.0.0-next.16",
"@cityofzion/neon-js": "^5.0.0-next.16",
"@cityofzion/neon-invoker": "^1.0.2",
"@cityofzion/neon-parser": "^1.4.3",
"aws-sdk": "^2.1066.0",
"canvas": "^2.9.0",
"chart.js": "^3.7.0",
"lodash": "^4.17.21"
}
}