54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@zwave-js/flash",
|
|
"version": "14.3.6",
|
|
"description": "zwave-js: firmware flash utility",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"main": "build/cli.js",
|
|
"files": [
|
|
"bin/",
|
|
"build/**/*.{js,cjs,mjs,d.ts,d.cts,d.mts,map}",
|
|
"build/**/package.json"
|
|
],
|
|
"bin": "bin/flash.mjs",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@zwave-js/core": "workspace:*",
|
|
"yargs": "^17.7.2",
|
|
"zwave-js": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"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": {
|
|
"@types/node": "^18.19.63",
|
|
"@types/yargs": "^17.0.33",
|
|
"del-cli": "^6.0.0",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|