inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
76 lines (75 loc) • 1.91 kB
JSON
{
"name": "@zwave-js/core",
"version": "10.0.0-beta.8",
"description": "zwave-js: core components",
"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": [
"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": {
"@alcalzone/jsonl-db": "^2.5.2",
"@zwave-js/shared": "workspace:*",
"alcalzone-shared": "^4.0.1",
"ansi-colors": "^4.1.3",
"dayjs": "^1.11.4",
"logform": "^2.4.2",
"nrf-intel-hex": "^1.3.0",
"reflect-metadata": "^0.1.13",
"triple-beam": "*",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "*",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.23",
"@types/triple-beam": "^1.3.2",
"esbuild": "0.14.51",
"esbuild-register": "^3.3.3",
"jest-extended": "^2.0.0",
"typescript": "4.7.4"
}
}