-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.21 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
{
"name": "ipfsconsortiumcontracts",
"version": "0.0.4",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run ganache-cli:dev && truffle test --network rpc",
"test:gas": "GAS_REPORTER=true npm test",
"lint": "solium --dir ./contracts",
"coverage": "node_modules/.bin/solidity-coverage",
"flatten": "truffle-flattener contracts/IPFSProxy.sol > contracts/IPFSProxy-flat.sol",
"ganache-cli:dev": "scripts/ganache-cli.sh",
"migrate:dev": "npm run ganache-cli:dev && npm run migrate:dev:contracts",
"migrate:dev:contracts": "truffle migrate --all --network rpc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfsconsortium/IPFSConsortiumContracts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfsconsortium/IPFSConsortiumContracts/issues"
},
"homepage": "https://github.com/ipfsconsortium/IPFSConsortiumContracts#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"eth-gas-reporter": "^0.1.1",
"ganache-cli": "^6.0.3",
"solidity-coverage": "^0.4.9",
"solium": "^1.1.5",
"truffle": "^4.0.6",
"truffle-flattener": "^1.2.5"
}
}