node-zwave-js/packages/maintenance/package.json

68 lines
1.8 KiB
JSON

{
"name": "@zwave-js/maintenance",
"version": "14.3.4",
"description": "zwave-js: maintenance scripts",
"private": true,
"keywords": [],
"type": "module",
"main": "src/index.ts",
"types": "src/index.d.ts",
"files": [
"build/**/*.{js,cjs,mjs,d.ts,d.cts,d.mts,map}",
"build/**/package.json"
],
"author": {
"name": "AlCalzone",
"email": "d.griesel@gmx.net"
},
"license": "MIT",
"homepage": "https://github.com/zwave-js/node-zwave-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/zwave-js/node-zwave-js.git"
},
"bugs": {
"url": "https://github.com/zwave-js/node-zwave-js/issues"
},
"funding": {
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"ts": "tsx --conditions=@@dev",
"build": "tsc -b tsconfig.build.json --pretty",
"clean": "del-cli build/ \"*.tsbuildinfo\"",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
"lint:ts:fix": "yarn run lint:ts --fix"
},
"devDependencies": {
"@alcalzone/esm2cjs": "^1.4.1",
"@dprint/formatter": "^0.4.1",
"@dprint/json": "^0.19.4",
"@dprint/markdown": "^0.17.8",
"@dprint/typescript": "^0.93.0",
"@types/globrex": "^0.1.4",
"@types/node": "^18.19.63",
"@types/yargs": "^17.0.33",
"@zwave-js/core": "workspace:*",
"@zwave-js/fmt": "^1.0.2",
"@zwave-js/shared": "workspace:*",
"ansi-colors": "^4.1.3",
"cli-highlight": "^2.1.11",
"del-cli": "^6.0.0",
"dprint": "^0.47.2",
"es-main": "^1.3.0",
"execa": "^5.1.1",
"globrex": "^0.1.2",
"json5": "^2.2.3",
"piscina": "^4.7.0",
"reflect-metadata": "^0.2.2",
"ts-morph": "^24.0.0",
"tsx": "^4.19.2",
"typescript": "5.6.2",
"yargs": "^17.7.2"
}
}