{
  "name": "@iwan.aucamp/typescript.template",
  "version": "1.0.0-SNAPSHOT.20190711193844",
  "description": "typescript template",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist-cjs/index.js",
  "types": "dist-cjs/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:iwana.pub/templates/typescript.git"
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=6.0.0"
  },
  "keywords": [
    "template"
  ],
  "bin": {
    "iwana.template.cli": "dist-cjs/cli.js"
  },
  "scripts": {
    "lint": "tslint --project .",
    "lint:fix": "tslint --project . --fix",
    "build": "npm run lint && rimraf dist-cjs && npm run build:fast",
    "build:fast": "tsc && copyfiles 'src/**/*.js' --up 1 dist-cjs",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "clean": "rimraf --glob dist-*/ docs/ *.tgz",
    "distclean": "npm run clean && rimraf --glob node_modules",
    "preversion": "npm run lint && git pull",
    "postversion": "git push && git push --tags",
    "installg": "npm run clean && npm pack && npm install -g *.tgz",
    "start": "npm run build:fast && npm run start:fast --",
    "start:fast": "node dist-cjs/cli.js",
    "start:ts-node": "ts-node src/cli.ts",
    "docs": "npm run docs:typedoc ./src/",
    "docs:typedoc": "typedoc",
    "docs:jsdoc": "npm run build:fast && jsdoc -c jsdoc.json",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "ncu": "ncu",
    "test": "jest --env=node --colors --coverage",
    "fix:url": "ts-node ./src/xscripts.ts -- run fix:url",
    "xscripts": "ts-node ./src/xscripts.ts",
    "env": "env"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/json-file-plus": "^3.3.0",
    "@types/node": "^10.14.12",
    "@types/yargs": "^13.0.0",
    "copyfiles": "^2.1.0",
    "globby": "^10.0.1",
    "jest": "^24.8.0",
    "jsdoc": "^3.6.2",
    "json-file-plus": "^3.3.1",
    "npm-check-updates": "^3.1.15",
    "rimraf": "^2.6.3",
    "shelljs": "^0.8.3",
    "shx": "^0.3.2",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.5.2",
    "yarn": "^1.16.0"
  },
  "dependencies": {
    "consola": "^2.9.0",
    "yargs": "^13.2.4"
  },
  "xend": null
}
