-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 4.86 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 4.86 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@levelk/futarchy-template",
"version": "0.1.1",
"description": "Template for futarchy DAOs",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run compile && npm run abi:extract -- --no-compile",
"abi:extract": "truffle-extract --output abi/ --keys abi",
"compile": "truffle compile --all",
"newFutarchyDAO:local": "truffle exec ./scripts/newFutarchyDAO.js --network rpc",
"newFutarchyDAO:staging": "truffle exec ./scripts/newFutarchyDAO.js --network rinkeby",
"newFutarchyDAO:mainnet": "truffle exec ./scripts/newFutarchyDAO.js --network mainnet",
"publish:staging": "aragon apm publish major --environment staging --init 0xbca2c99aa7018edcde60e6c5744f68003112535d @ARAGON_ENS 0xac443f983c38c02149ce2ffcff8b7de90dccf77c 0x3665e7bfd4d3254ae7796779800f5b603c43c60d",
"publish:mainnet": "aragon apm publish major --environment mainnet --init 0xb9da44c051c6cc9e04b7e0f95e95d69c6a6d8031 @ARAGON_ENS 0x909d05f384d0663ed4be59863815ab43b4f347ec 0x546aa2eae2514494eeadb7bbb35243348983c59d",
"deploy:staging": "npm run compile && truffle exec ./scripts/deploy.js --network rinkeby --ens 0x98df287b6c145399aaa709692c8d308357bc085d --dao-factory 0xbca2c99aa7018edcde60e6c5744f68003112535d --mini-me-factory 0xac443f983c38c02149ce2ffcff8b7de90dccf77c --verbose",
"deploy:mainnet": "npm run compile && truffle exec ./scripts/deploy.js --network mainnet --ens 0x314159265dd8dbb310642f98f50c066173c1259b --dao-factory 0xb9da44c051c6cc9e04b7e0f95e95d69c6a6d8031 --mini-me-factory 0x909d05f384d0663ed4be59863815ab43b4f347ec --verbose",
"deploy:rpc": "npm run compile && truffle exec ./scripts/deploy.js --network rpc --ens 0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1 --dao-factory 0x5d94e3e7aec542ab0f9129b9a7badeb5b3ca0f77 --mini-me-factory 0xd526b7aba39cccf76422835e7fd5327b98ad73c9 --r false --verbose",
"publish:rpc": "aragon apm publish major $(npm run deploy:rpc | tail -n 1) --environment default",
"test": "npm run test:ganache",
"test:ganache": "./node_modules/dao-templates/shared/scripts/test-ganache.sh",
"devchain": "aragon devchain",
"devchain:reset": "aragon devchain --reset",
"setDecision:local": "truffle exec ./scripts/setDecision.js --network rpc",
"setDecision:staging": "truffle exec ./scripts/setDecision.js --network rinkeby",
"setDecision:mainnet": "truffle exec ./scripts/setDecision.js --network mainnet",
"newDecision:local": "truffle exec ./scripts/newDecision.js --network rpc",
"newDecision:staging": "truffle exec ./scripts/newDecision.js --network rinkeby",
"newDecision:mainnet": "truffle exec ./scripts/newDecision.js --network mainnet",
"resolveMarkets:local": "truffle exec ./scripts/resolveMarkets.js --network rpc",
"resolveMarkets:staging": "truffle exec ./scripts/resolveMarkets.js --network rinkeby",
"resolveMarkets:mainnet": "truffle exec ./scripts/resolveMarkets.js --network mainnet",
"decisionReport:local": "truffle exec ./scripts/decisionReport.js --network rpc",
"decisionReport:staging": "truffle exec ./scripts/decisionReport.js --network rinkeby",
"decisionReport:mainnet": "truffle exec ./scripts/decisionReport.js --network mainnet",
"oracleManagerReport:local": "truffle exec ./scripts/oracleManagerReport.js --network rpc",
"oracleManagerReport:staging": "truffle exec ./scripts/oracleManagerReport.js --network rinkeby",
"oracleManagerReport:mainnet": "truffle exec ./scripts/oracleManagerReport.js --network mainnet"
},
"files": [
"abi/",
"build/",
"contracts/",
"scripts/",
"truffle.js",
"test/"
],
"author": "Level K",
"license": "MIT",
"devDependencies": {
"@aragon/test-helpers": "^2.0.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"dotenv": "^8.0.0",
"eth-ens-namehash": "^2.0.8",
"ganache-cli": "6.5.1",
"lerna": "^3.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"truffle": "4.1.14",
"truffle-extract": "1.2.1",
"truffle-hdwallet-provider": "0.0.3",
"web3-eth-abi": "^1.2.0"
},
"dependencies": {
"@aragon/apps-agent": "^1.0.0",
"@aragon/apps-finance": "^3.0.0",
"@aragon/apps-payroll": "^1.0.0-rc.1",
"@aragon/apps-shared-minime": "^1.0.0",
"@aragon/apps-token-manager": "^2.1.0",
"@aragon/apps-vault": "^4.1.0",
"@aragon/apps-voting": "^2.1.0",
"@aragon/id": "2.0.3",
"@aragon/os": "4.2.0",
"@aragon/templates-shared": "^1.0.0-rc.1",
"dao-templates": "github:levelkdev/dao-templates#0689784662997787cf695042f2968032a30ef765",
"@levelk/futarchy-app": "0.1.5",
"@levelk/oracle-manager-app": "0.1.2"
},
"files": [
"build",
"contracts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/levelkdev/futarchy-template.git"
},
"bugs": {
"url": "https://github.com/levelkdev/futarchy-template/issues"
},
"homepage": "https://github.com/levelkdev/futarchy-template#readme"
}