inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
75 lines (74 loc) • 1.83 kB
JSON
{
"name": "@zwave-js/nvmedit",
"version": "10.0.0-beta.8",
"description": "zwave-js: library to edit NVM backups",
"publishConfig": {
"access": "public"
},
"keywords": [],
"main": "build/index.js",
"exports": {
".": "./build/index.js",
"./package.json": "./package.json",
"./safe": "./build/index_safe.js"
},
"types": "build/index.d.ts",
"typesVersions": {
"*": {
"safe": [
"build/index_safe.d.ts"
]
}
},
"files": [
"bin/",
"build/**/*.{js,d.ts,map}"
],
"bin": "bin/nvmedit.js",
"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"
},
"dependencies": {
"@zwave-js/core": "workspace:*",
"@zwave-js/shared": "workspace:*",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"reflect-metadata": "^0.1.13",
"semver": "^7.3.7",
"yargs": "^17.5.1"
},
"scripts": {
"build": "tsc -b tsconfig.build.json --verbose",
"extract-api": "yarn api-extractor run",
"clean": "tsc -b tsconfig.build.json --clean",
"watch": "yarn run build --watch --pretty"
},
"devDependencies": {
"@microsoft/api-extractor": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.23",
"@types/semver": "^7.3.10",
"@types/yargs": "^17.0.10",
"esbuild": "0.14.51",
"esbuild-register": "^3.3.3",
"jest-extended": "^2.0.0",
"typescript": "4.7.4"
}
}