-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.88 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
58
59
60
{
"name": "BoidDac",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --timeout 0",
"m00": "node test/updateproc/0_testResetExisting.js",
"m01": "node test/updateproc/01_replaceExisting.js",
"m1": "node test/updateproc/1_setMaintenance.js",
"m2": "node test/updateproc/2_eraseExisting.js",
"m3": "node test/updateproc/3_deployUpdate.js",
"m4": "node test/updateproc/4_replaceInUpdate.js",
"m5": "node test/updateproc/5_checkContract.js",
"m6": "node test/updateproc/6_eraseMaintenance.js",
"kylin_deploy": "node test/kylinDeploy.js",
"u0": "node test/updateproc2/00_freezeContract.js",
"u1": "node test/updateproc2/1_getData.js",
"u2": "node test/updateproc2/2_eraseExisting.js",
"u3": "node test/updateproc2/3_deployUpdate.js",
"u4": "node test/updateproc2/4_replaceInUpdate.js",
"s0": "node test/updatesim/0_resetContract.js",
"s1": "node test/updatesim/1_getData.js",
"s2": "node test/updatesim/2_eraseExisting.js",
"s3": "node test/updatesim/3_deployUpdate.js",
"s4": "node test/updatesim/4_replaceInUpdate.js",
"staketest": "node test/stakeTest.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eosjs": "^20.0.0",
"jasmine": "^3.4.0",
"json": "^9.0.6",
"node-fetch": "^2.5.0",
"vuepress": "^1.0.0-alpha.48"
},
"dependencies": {
"@dfuse/client": "^0.2.10",
"chai": "^4.2.0",
"config": "^3.2.2",
"csv-parse": "^4.4.3",
"csv-stringify": "^5.3.0",
"dotenv": "^8.1.0",
"eosjs-ecc": "^4.0.4",
"eosjs-keygen": "^1.3.2",
"eoslime": "git://github.com/LimeChain/eoslime.git#development",
"fs": "0.0.1-security",
"plotly": "^1.0.6",
"sleep": "^6.1.0",
"sqlite3": "^4.0.8",
"tmp": "^0.1.0",
"ws": "^7.1.2",
"yargs": "^13.3.0"
}
}