{
  "name": "scilla-boilerplate",
  "version": "1.0.0-beta",
  "main": "dist/index.js",
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc && shx rm -rf dist/templates && shx cp -r src/templates dist"
  },
  "bin": {
    "scilla-boilerplate": "./dist/index.js"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/ejs": "^2.6.0",
    "@types/execa": "^2.0.0",
    "@types/inquirer": "^0.0.43",
    "@types/listr": "^0.14.2",
    "@types/node": "^10.9.4",
    "@types/shelljs": "^0.8.0",
    "@types/yargs": "^11.1.1",
    "shx": "^0.3.2",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "ejs": "^2.6.1",
    "execa": "^4.0.3",
    "inquirer": "^6.2.0",
    "listr": "^0.14.3",
    "mocha": "^8.1.3",
    "shelljs": "^0.8.2",
    "yargs": "^12.0.1",
    "zilliqa-testing-library": "git+https://github.com/zilliqa/zilliqa-testing-library.git"
  }
}
