{
  "name": "@aragon/apps-payroll",
  "version": "1.0.0",
  "description": "",
  "keywords": [
    "app",
    "aragon",
    "dao",
    "payroll"
  ],
  "license": "(GPL-3.0-or-later OR AGPL-3.0-or-later)",
  "author": "Aragon Association <legal@aragon.org>",
  "contributors": [
    "ßingen <bingen@aragon.one>",
    "Lisandro Corbalán <lisandro.corbalan@altoros.com>",
    "Sebastián Galiano <sebastian.galiano@altoros.com>"
  ],
  "scripts": {
    "compile": "truffle compile",
    "build": "cd app && npm run build",
    "apm:prepublish": "npm run compile",
    "apm:publish:major": "aragon apm publish major --files app/build/ --prepublish-script apm:prepublish",
    "apm:publish:minor": "aragon apm publish minor --files app/build/ --prepublish-script apm:prepublish",
    "apm:publish:patch": "aragon apm publish patch --files app/build/ --prepublish-script apm:prepublish",
    "lint": "solium --dir ./contracts",
    "dev": "npm start -- --http localhost:8001 --http-served-from ./app/build",
    "dev:reset": "npm run dev -- --reset",
    "start": "aragon run --accounts 9 --environment default --files app/build/ --template PayrollKit --template-init @ARAGON_ENS",
    "test": "TRUFFLE_TEST=true npm run ganache-cli:test",
    "test:gas": "GAS_REPORTER=true npm run test",
    "test:all": "npm run test:only:payday && npm run test:except:payday",
    "test:only:payday": "npm run test test/contracts/Payroll_payday.test.js",
    "test:except:payday": "npm run test $(find test -name '*.test.js' ! -name 'Payroll_payday.test.js')",
    "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
    "truffle:dev": "truffle dev",
    "ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh",
    "prepare": "npx apps-shared-scripts-prepare",
    "install:frontend": "cd app && npm install",
    "abi:extract": "truffle-extract --output abi/ --keys abi",
    "prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
  },
  "files": [
    "/abi",
    "/arapp.json",
    "/build",
    "/contracts",
    "/test"
  ],
  "dependencies": {
    "@aragon/apps-finance": "3.0.0",
    "@aragon/os": "4.2.0",
    "@aragon/ppf-contracts": "1.2.0"
  },
  "devDependencies": {
    "@aragon/apps-shared-migrations": "1.0.0",
    "@aragon/apps-shared-minime": "1.0.0",
    "@aragon/apps-shared-scripts": "^1.0.0",
    "@aragon/apps-token-manager": "2.0.0",
    "@aragon/apps-vault": "4.0.0",
    "@aragon/cli": "^6.0.0",
    "@aragon/test-helpers": "^2.1.0",
    "eth-gas-reporter": "^0.2.0",
    "ethereumjs-testrpc-sc": "^6.5.1-sc.0",
    "ganache-cli": "^6.4.3",
    "solidity-coverage": "0.6.2",
    "solium": "^1.2.3",
    "truffle": "4.1.14",
    "truffle-extract": "^1.2.1"
  }
}
