inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "@zwave-js/testing",
"version": "10.0.0-beta.8",
"description": "zwave-js: testing utilities",
"publishConfig": {
"access": "public"
},
"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",
"extract-api": "yarn api-extractor run",
"clean": "tsc -b tsconfig.build.json --clean",
"watch": "yarn run build --watch --pretty"
},
"dependencies": {
"@zwave-js/core": "workspace:*",
"@zwave-js/host": "workspace:*",
"@zwave-js/serial": "workspace:*",
"@zwave-js/shared": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "*",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.23",
"@types/triple-beam": "^1.3.2",
"ansi-colors": "^4.1.3",
"esbuild": "0.14.51",
"esbuild-register": "^3.3.3",
"jest-extended": "^2.0.0",
"triple-beam": "*",
"typescript": "4.7.4",
"winston-transport": "^4.5.0"
}
}