{
  "name": "@aragonone/apps-token-wrapper",
  "version": "1.0.1",
  "description": "Aragon token wrapper app",
  "author": "Aragon One <legal@aragon.one>",
  "license": "(GPL-3.0-or-later OR AGPL-3.0-or-later)",
  "files": [
    "/abi",
    "/arapp.json",
    "/build",
    "/contracts",
    "/test"
  ],
  "scripts": {
    "prepare": "cd app && npm install && cd ..",
    "apm:prepublish": "npm run compile",
    "apm:publish": "node scripts/publish",
    "compile": "truffle compile",
    "build": "cd app && npm run build && cd ..",
    "lint": "solium --dir ./contracts",
    "test": "TRUFFLE_TEST=true npm run ganache-cli:test",
    "coverage": "SOLIDITY_COVERAGE=true npx truffle run coverage",
    "start": "npm run start:ipfs",
    "start:app": "cd app && npm start && cd ..",
    "start:ipfs": "./scripts/run.sh ipfs",
    "start:http": "./scripts/run.sh http",
    "ganache-cli:test": "./node_modules/@aragon/contract-test-helpers/ganache-cli.sh",
    "abi:extract": "truffle-extract --output abi/ --keys abi",
    "prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
  },
  "dependencies": {
    "@aragon/os": "4.3.0",
    "@aragonone/voting-connectors-contract-utils": "^1.0.0"
  },
  "devDependencies": {
    "@aragon/apps-shared-migrations": "^1.0.0",
    "@aragon/apps-shared-minime": "^1.0.0",
    "@aragon/apps-voting": "^2.0.0",
    "@aragon/cli": "^6.4.4",
    "@aragon/contract-test-helpers": "^0.0.1",
    "@aragon/truffle-config-v5": "^1.0.0",
    "ganache-cli": "^6.4.3",
    "solidity-coverage": "^0.7.5",
    "solium": "^1.2.3",
    "truffle": "^5.1.1",
    "truffle-extract": "^1.2.1"
  }
}
