{
  "name": "@triviality/commander",
  "private": false,
  "version": "1.1.6",
  "description": "Commander as a Triviality Module",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepublish": "yarn build",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "npm-run-all clean-build build lint unit-test copy-past-detection",
    "clean-build": "git clean -fdx --exclude node_modules",
    "lint": "tslint --project ./",
    "lint-fix": "tslint  --project ./ --fix",
    "security-audit": "yarn audit",
    "create-readme": "ts-node ../../scripts/build_readme.ts",
    "unit-test": "jest",
    "unit-test-update": "jest -u",
    "copy-past-detection": "jscpd"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/triviality-js/triviality.git"
  },
  "keywords": [
    "typescript",
    "cli",
    "commander",
    "triviality"
  ],
  "author": "Eric Pinxteren",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/triviality-js/triviality/issues"
  },
  "homepage": "https://github.com/triviality-js/triviality#README",
  "dependencies": {
    "@triviality/core": "^1.2.5",
    "@triviality/logger": "^1.1.6",
    "@types/find-up": "2",
    "commander": "2",
    "find-up": "3"
  },
  "gitHead": "97d9983713386fec01811c121367074e8d38475b"
}
