node-zwave-js/packages/eslint-plugin/package.json

51 lines
1.3 KiB
JSON

{
"name": "@zwave-js/eslint-plugin",
"version": "14.3.4",
"description": "zwave-js: custom ESLint rules",
"private": true,
"keywords": [],
"type": "module",
"main": "build/index.js",
"module": "build/index.js",
"files": [
"build/**/*.js",
"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": {
"build": "tsc -b tsconfig.build.json --pretty",
"bootstrap": "yarn build",
"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",
"@types/eslint": "^9.6.1",
"@typescript-eslint/utils": "^8.8.1",
"@zwave-js/core": "workspace:*",
"eslint": "^9.12.0",
"eslint-compat-utils": "^0.5.1",
"eslint-plugin-jsonc": "^2.16.0",
"typescript": "5.6.2"
}
}