32 lines
864 B
JSON
32 lines
864 B
JSON
{
|
|
"name": "kredits-contributor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@aragon/os": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aragon/test-helpers": "^2.1.0",
|
|
"eth-gas-reporter": "^0.2.17",
|
|
"ganache-cli": "^6.9.1",
|
|
"solidity-coverage": "^0.5.11"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run start:aragon:ipfs",
|
|
"start:aragon:ipfs": "aragon run",
|
|
"start:aragon:http": "aragon run --http localhost:8001 --http-served-from ./dist",
|
|
"start:app": "",
|
|
"compile": "aragon contracts compile",
|
|
"sync-assets": "",
|
|
"build:app": "",
|
|
"build:script": "",
|
|
"build": "",
|
|
"publish:patch": "aragon apm publish patch",
|
|
"publish:minor": "aragon apm publish minor",
|
|
"publish:major": "aragon apm publish major",
|
|
"versions": "aragon apm versions",
|
|
"test": "truffle test"
|
|
},
|
|
"keywords": []
|
|
}
|