-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 3.3 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@element36-io/cash36-contracts",
"version": "0.3.34",
"description": "Contains Smart Contract JSON for cash36, generated by truffle",
"homepage": "http://element36.io",
"author": {
"name": "element36"
},
"contributors": [
{
"name": "w@element36.io"
}
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"scripts": {
"build": "./node_modules/.bin/truffle compile --all",
"lint": "./node_modules/.bin/solium --dir contracts --reporter=pretty",
"test": "./node_modules/.bin/truffle test --show-events --network local",
"testrpc": "./node_modules/.bin/ganache-cli -p 8545 -i 85458545 ",
"testrpcdata": "./node_modules/.bin/ganache-cli -p 8545 -i 85458545 --db=./data --account=\"0x3a97f566dbec6f561c7c19bee0ddc0cabc64de77c3f804b4e7a289aea2d125e3,101000000000000000000\" --account=\"0x3691a753f1162ebf5326b593163ae1ffe60c838529e5fe8d30ceba75ba58d857,102000000000000000000\" --account=\"0xcf6079764ce1ae48ffe0f5e7b5e058475e0c31252db0585f7cb9d27a1e197f60,103000000000000000000\" --account=\"0x14b57a36730cd028219fc45d049cb2d432ef922aa07d8bc83a607328b4ed464e,104000000000000000000\" --account=\"0x07a169ea5ff0a947f22ae87a5480a3be05cee338729c0af87b87c444fb8c27b4,105000000000000000000\"",
"test:coverage": "rm -rf ./coverage && rm -rf ./doc/coverage && SKIP_GAS_CHECKS=true ./node_modules/.bin/solidity-coverage && mv ./coverage ./doc && rm -rf ./doc/coverage/lcov-report",
"oyente": "for f in ./contracts/*.sol; do python ~/element36/temp/oyente/oyente/oyente.py -s $f; done",
"deploy:local": "./node_modules/.bin/truffle migrate --network local",
"deploy:test": "./node_modules/.bin/truffle migrate --network test",
"deploy:kovan": "./node_modules/.bin/truffle migrate --network kovan_infura",
"deploy:goerli": "./node_modules/.bin/truffle migrate --network goerli_infura",
"deploy:ropsten": "./node_modules/.bin/truffle migrate --network ropsten_infura",
"deploy:rinkeby": "./node_modules/.bin/truffle migrate --network rinkeby_infura",
"networks": "./node_modules/.bin/truffle networks",
"deploy:prod": "./node_modules/.bin/truffle migrate --network main_infura",
"generate-readme": "./scripts/generate-readme.js",
"gen-md": "for f in ./contracts/*.sol; do solmd $f --dest ./doc/$f.md --notoc; done",
"graph": "./scripts/runSolGraph.sh",
"all": "yarn build && yarn lint && yarn deploy:local && yarn test"
},
"dependencies": {
"openzeppelin-solidity": "2.5.0",
"truffle": "5.1.17"
},
"devDependencies": {
"@babel/polyfill": "7.7.0",
"@hutson/npm-deploy-git-tag": "^5.0.3",
"@hutson/semantic-delivery-gitlab": "^9.0.8",
"@openzeppelin/test-helpers": "0.5.4",
"@truffle/hdwallet-provider": "1.0.33",
"chai": "4.2.0",
"dotenv": "^8.2.0",
"eth-gas-reporter": "0.2.14",
"ethlint": "1.2.5",
"ganache-cli": "6.8.2",
"solgraph": "^0.3.3",
"solidity-coverage": "0.7.1"
},
"files": [
"build/contracts/",
"contracts",
"networks.md",
"index.js"
],
"main": "index.js",
"bugs": {
"url": "https://gitlab.com/cash36/contracts/issues"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/cash36/contracts.git"
},
"readme": "ERROR: No README data found!",
"_id": "@element36-io/cash36-contracts@0.3.33"
}