-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 986 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
36
37
{
"name": "@frontier-token-research/role-registries",
"version": "1.0.6",
"description": "A Solidity package to Manage role permissions.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "ganache-cli -p 8545",
"compile": "truffle compile",
"test": "truffle test",
"migrate": "truffle migrate",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@frontier-token-research/trl-contracts-poc": "^3.6.0",
"@frontier-token-research/cron": "3.1.1",
"openzeppelin-solidity": "2.0.0",
"truffle": "^4.1.11",
"truffle-hdwallet-provider": "0.0.5"
},
"devDependencies": {
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"eth-gas-reporter": "^0.1.7",
"solidity-coverage": "^0.5.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}