{
  "name": "link-parent-bin",
  "version": "3.0.0",
  "description": "",
  "main": "dist/src/ParentBinLinker.js",
  "bin": {
    "link-parent-bin": "bin/link-parent-bin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicojs/node-link-parent-bin.git"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "all": "npm run clean && npm run lint && npm run build && npm run test",
    "clean": "rimraf dist reports",
    "lint": "eslint --ignore-path .gitignore --ext .ts . && prettier --check .github/**/*.yml",
    "build": "tsc -b",
    "test": "npm run test:unit && npm run test:integration",
    "test:unit": "mocha dist/test/unit/**/*.js",
    "test:integration": "mocha dist/test/integration/**/*.js",
    "test:mutation": "stryker run",
    "start": "tsc -b -w",
    "preversion": "npm run all",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "postversion": "npm publish && git push && git push --tags",
    "release:patch": "npm version patch -m \"chore(release): %s\"",
    "release:minor": "npm version minor -m \"chore(release): %s\"",
    "release:major": "npm version major -m \"chore(release): %s\""
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@stryker-mutator/core": "^6.0.2",
    "@stryker-mutator/mocha-runner": "^6.0.2",
    "@stryker-mutator/typescript-checker": "^6.0.2",
    "@types/chai": "^4.3.1",
    "@types/chai-as-promised": "7.1.5",
    "@types/cmd-shim": "^5.0.0",
    "@types/minimatch": "^3.0.5",
    "@types/mkdirp": "^1.0.2",
    "@types/mocha": "^9.1.1",
    "@types/mz": "2.7.4",
    "@types/rimraf": "3.0.2",
    "@types/semver": "^7.3.9",
    "@types/sinon": "^10.0.11",
    "@types/sinon-chai": "^3.2.8",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "conventional-changelog-cli": "^2.2.2",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "install-local": "^3.0.1",
    "mocha": "^10.0.0",
    "prettier": "^2.6.2",
    "rimraf": "^3.0.2",
    "semver": "^7.3.7",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "cmd-shim": "^5.0.0",
    "commander": "^9.2.0",
    "log4js": "^6.5.2",
    "minimatch": "^5.1.0",
    "mkdirp": "^1.0.4",
    "mz": "^2.7.0"
  }
}
