-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "singularitynet-rfai-contracts",
"version": "1.0.0",
"private": true,
"description": "Includes RFAI contracts, migrations, tests",
"directories": {
"test": "test"
},
"scripts": {
"package-npm": "node scripts/package-npm.js",
"deploy": "scripts/truffle-migrate",
"compile": "truffle compile",
"test": "rm -rf build && truffle test",
"test-develop": "rm -rf build && truffle test --network develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/singnet/snet-rfai.git"
},
"author": "SingularityNET",
"license": "MIT",
"bugs": {
"url": "https://github.com/singnet/snet-rfai.git/issues"
},
"homepage": "https://github.com/singnet/snet-rfai.git#readme",
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@truffle/contract": "^4.2.23",
"@truffle/hdwallet-provider": "^1.1.0",
"singularitynet-token-contracts": "^3.0.0",
"truffle": "5.1.46"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eth-gas-reporter": "^0.1.12",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.2.0",
"fs-extra": "^5.0.0",
"moment": "^2.22.2",
"webpack-cli": "^3.1.2"
}
}