{
  "name": "npmts",
  "version": "8.0.27",
  "description": "best practice npm TypeScript modules",
  "main": "dist/index.js",
  "bin": {
    "npmts": "assets/cliNpmts.js"
  },
  "scripts": {
    "test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
    "testShort": "(npm run compile && npm run check)",
    "prepareTest": "(rm -rf test/)",
    "compile": "(rm -rf dist/ && tsc)",
    "setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
    "typedoc": "(typedoc --out ./pages/api --target ES6 ./ts/)",
    "npmpage": "(npmpage)",
    "check": "(cd test && yarn install && node ../dist/index.js)",
    "checkVersion": "(cd test/ && node ../dist/index.js -v)",
    "checkNoTest": "(cd test && node ../dist/index.js --notest)",
    "checkNoDocs": "(cd test && node ../dist/index.js --nodocs)"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/gitzone/npmts.git"
  },
  "keywords": [
    "TypeScript",
    "Declaration"
  ],
  "author": "Lossless GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/gitzone/npmts/issues"
  },
  "homepage": "https://gitlab.com/gitzone/npmts#readme",
  "dependencies": {
    "@types/gulp-sourcemaps": "0.0.32",
    "@types/minimatch": "^3.0.1",
    "@types/through2": "^2.0.33",
    "beautylog": "^6.1.10",
    "depcheck": "^0.6.8",
    "early": "^2.1.1",
    "gulp-function": "^2.2.9",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-typescript": "^4.0.1",
    "lodash": "^4.17.4",
    "npmextra": "^2.0.9",
    "projectinfo": "^3.0.4",
    "smartanalytics": "^2.0.9",
    "smartchok": "^1.0.11",
    "smartcli": "^2.0.9",
    "smartcov": "^1.0.2",
    "smarterror": "^1.0.3",
    "smartfile": "^4.2.26",
    "smartgulp": "^1.0.6",
    "smartpath": "^3.2.8",
    "smartq": "^1.1.6",
    "smartstream": "^1.0.10",
    "smartstring": "^2.0.28",
    "smartsystem": "^2.0.2",
    "smartupdate": "^1.0.13",
    "tapbuffer": "^1.0.31",
    "through2": "^2.0.3",
    "tsn": "^2.0.15",
    "typescript": "^2.6.2"
  },
  "devDependencies": {
    "@types/node": "^9.4.6"
  }
}
