{
  "name": "create-dapp-stack",
  "version": "0.1.6",
  "engines": {
    "node": ">=8.11"
  },
  "description": "DApp Stack CLI, generate a new project",
  "bin": {
    "create-dapp-stack": "bin/index.js"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "template",
    "bin"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "shx rm -rf lib",
    "lint": "tslint --fix --project .",
    "doc": "typedoc --options ../../typedoc.json --out ../../documentation/cli"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:Dapp-Stack/Dapp-Stack.git"
  },
  "keywords": [
    "web3",
    "DApp Stack",
    "typescript",
    "ts",
    "cli",
    "npm"
  ],
  "author": {
    "name": "John Solon",
    "email": "john.solon12@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack/issues"
  },
  "homepage": "https://dapp-stack.org",
  "devDependencies": {
    "@types/ejs": "^2.6.0",
    "@types/fs-extra": "^5.0.4",
    "@types/node": "^10.9.4",
    "@types/signale": "^1.2.0",
    "shx": "^0.2.2",
    "tslint": "5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "3.1.1"
  },
  "dependencies": {
    "ejs": "^2.6.1",
    "fs-extra": "^7.0.0",
    "signale": "^1.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
