-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 919 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
30
31
32
33
34
35
{
"name": "bitcash-dao",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bitcashorg/bitcash-dho-smart-contract.git"
},
"scripts": {
"initAll": "node scripts/commands.js init",
"initContract": "node scripts/commands.js run $1",
"build": "node scripts/commands.js compile",
"test": "mocha --timeout 15000"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitcashorg/bitcash-dho-smart-contract/issues"
},
"homepage": "https://github.com/bitcashorg/bitcash-dho-smart-contract#readme",
"dependencies": {
"@greymass/eosio": "^0.7.0",
"dotenv": "^8.2.0",
"elliptic": "^6.5.4",
"eosjs": "^22.1.0",
"node-fetch": "^2.6.1",
"promisify": "^0.0.3",
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2"
}
}