Skip to content

Commit

Permalink
chore: cleanup exports and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Jul 23, 2020
1 parent 8a5fb21 commit 5dc7815
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
{
"name": "@aragon/os",
"version": "5.0.0-beta.3",
"author": "Aragon Association <legal@aragon.org>",
"license": "(GPL-3.0-or-later OR MIT)",
"repository": "https://github.com/aragon/aragonOS",
"description": "Core contracts for Aragon",
"contributors": [
"Jorge Izquierdo <jorge@aragon.one>"
],
"files": [
"/abi",
"/build",
"/contracts"
],
"scripts": {
"compile": "truffle compile",
"test": "TRUFFLE_TEST=true npm run ganache-cli:test",
"test:gas": "GAS_REPORTER=true npm test",
"test:gas:ci": "npm run test:gas && npx codechecks",
"lint": "solium --dir ./contracts",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"console": "truffle dev",
"ganache-cli:test": "scripts/ganache-cli.sh",
"abi:extract": "truffle-extract --output abi/ --keys abi",
"bytecode:extract": "truffle-bytecode extract -o bytecode",
"bytecode:extract:new": "truffle-bytecode extract -o bytecode_new",
"bytecode:compare": "npm run bytecode:extract:new && truffle-bytecode compare bytecode bytecode_new",
"prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
},
"files": [
"/abi",
"/build",
"/contracts",
"/scripts",
"/test",
"/truffle-config.js"
],
"author": "Aragon Association <contact@aragon.org>",
"contributors": [
"Jorge Izquierdo <jorge@aragon.one>"
],
"repository": "https://github.com/aragon/aragonOS",
"license": "(GPL-3.0-or-later OR MIT)",
"dependencies": {},
"devDependencies": {
"@aragon/truffle-config-v4": "^1.0.1",
"@codechecks/client": "^0.1.5",
"coveralls": "^3.0.9",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -46,11 +43,5 @@
"truffle-extract": "^1.2.1",
"web3-eth-abi": "1.2.5",
"web3-utils": "1.2.5"
},
"dependencies": {
"@aragon/truffle-config-v4": "^1.0.1",
"mkdirp": "^0.5.1",
"truffle-flattener": "^1.2.9",
"homedir": "^0.6.0"
}
}

0 comments on commit 5dc7815

Please sign in to comment.