{
  "name": "minusvel",
  "version": "1.3.1",
  "description": "Comple solidity-code faster, easier and more reliable",
  "keywords": [
    "quae",
    "ethereum",
    "aperiam",
    "voluptas",
    "dapp",
    "inventore",
    "illo",
    "libero"
  ],
  "bin": {
    "solidity": "./dist/src/cli.js",
    "solidity-cli": "./dist/src/cli.js"
  },
  "main": "./dist/src/index.js",
  "types": "./src/index.ts",
  "scripts": {
    "lint": "tslint --project .",
    "pretranspile": "rimraf -rf ./dist && mkdir ./dist && rimraf -rf ./solc-installs && rimraf -rf ./compile-cache && rimraf -rf ./tmp",
    "transpile": "tsc -p ./ && echo '# transpile sucess!'",
    "pretest": "npm run transpile",
    "test": "mocha --bail --exit ./dist/test/index.test.js  ./dist/test/integration.test.js",
    "test:cli": "npm run transpile && bash ./test-cli.bash",
    "build": "npm run transpile",
    "dev": "watch 'npm run test:node' src/ test/",
    "tcompile": "npm run transpile && node ./tmp/src/compile.node.js cHJhZ21hIHNvbGlkaXR5IDAuNC4yNDsNCg0KDQpjb250cmFjdCBCYXNpYyB7DQogICAgYWRkcmVzcyBwdWJsaWMgb3duZXI7DQp9DQo="
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EribertoLang/minusvel.git"
  },
  "author": "AlannaDuBuque",
  "license": "Apache-2.0",
  "pre-commit": [
    "lint"
  ],
  "homepage": "https://github.com/EribertoLang/minusvel.git",
  "dependencies": {
    "async-test-util": "1.6.2",
    "child-process-promise": "2.2.1",
    "directory-exists": "2.0.1",
    "glob": "7.1.3",
    "js-sha3": "0.8.0",
    "shelljs": "0.8.3",
    "solc": "0.5.0",
    "yargs": "12.0.5"
  },
  "devDependencies": {
    "@types/clone": "0.1.30",
    "@types/glob": "7.1.1",
    "@types/mocha": "5.2.5",
    "@types/node": "10.12.11",
    "@types/rimraf": "2.0.2",
    "@types/shelljs": "0.8.0",
    "@types/yargs": "12.0.1",
    "assert": "1.4.1",
    "command-line-args": "5.0.2",
    "concurrently": "4.1.0",
    "delete": "1.1.0",
    "exists-file": "3.0.2",
    "mocha": "5.2.0",
    "node": "11.2.0",
    "pre-commit": "1.2.2",
    "rimraf": "2.6.2",
    "solhint": "1.4.0",
    "tslint": "5.11.0",
    "typescript": "3.2.1",
    "walk-sync": "0.3.3"
  }
}
