{
  "name": "@zwave-js/maintenance",
  "version": "10.0.0-beta.8",
  "description": "zwave-js: maintenance scripts",
  "private": true,
  "keywords": [],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*.{js,d.ts,map}"
  ],
  "author": {
    "name": "AlCalzone",
    "email": "d.griesel@gmx.net"
  },
  "license": "MIT",
  "homepage": "https://github.com/AlCalzone/node-zwave-js#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlCalzone/node-zwave-js.git"
  },
  "bugs": {
    "url": "https://github.com/AlCalzone/node-zwave-js/issues"
  },
  "funding": {
    "url": "https://github.com/sponsors/AlCalzone/"
  },
  "engines": {
    "node": ">=14.13.0 <15 || >= 16 <16.9.0 || >16.9.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json --verbose",
    "clean": "tsc -b tsconfig.build.json --clean",
    "watch": "yarn run build --watch --pretty"
  },
  "devDependencies": {
    "@types/clipboardy": "^2.0.1",
    "@types/fs-extra": "^9.0.13",
    "@types/globrex": "^0.1.2",
    "@types/jest": "^27.5.2",
    "@types/node": "^14.18.23",
    "@types/prettier": "^2.6.4",
    "@types/yargs": "^17.0.10",
    "@zwave-js/core": "workspace:*",
    "@zwave-js/shared": "workspace:*",
    "ansi-colors": "^4.1.3",
    "cli-highlight": "^2.1.11",
    "clipboardy": "^2.3.0",
    "esbuild": "0.14.51",
    "esbuild-register": "^3.3.3",
    "fs-extra": "^10.1.0",
    "globrex": "^0.1.2",
    "jest-extended": "^2.0.0",
    "piscina": "^3.2.0",
    "prettier": "^2.7.1",
    "reflect-metadata": "^0.1.13",
    "ts-morph": "^15.1.0",
    "typescript": "4.7.4",
    "yargs": "^17.5.1"
  }
}
