{
  "name": "pi-run",
  "version": "1.0.17",
  "description": "Typescript cli generator",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "",
  "author": "Dragos <dragos.nedelcu@pitechnologies.ro>",
  "keywords": [
    "Typescript",
    "CLI",
    "generator"
  ],
  "bin": {
    "pi": "lib/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "scripts": {
    "start": "ts-node src/index.ts",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "prepare": "yarn build && cd frontend && yarn build",
    "prepublishOnly": "echo 'prepublish'",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "prettier": "^1.17.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  },
  "files": [
    "lib/**/*",
    "frontend/**/*",
    "!frontend/node_modules/**/*"
  ],
  "dependencies": {
    "@types/cors": "^2.8.5",
    "@types/express": "^4.16.1",
    "@types/node": "^12.0.2",
    "@types/puppeteer": "^1.12.4",
    "body-parser": "^1.19.0",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "cors": "^2.8.5",
    "ejs": "^2.6.1",
    "express": "^4.17.0",
    "log-symbols": "^3.0.0",
    "puppeteer": "^1.16.0"
  }
}
