UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

66 lines (65 loc) 1.59 kB
{ "name": "@zwave-js/shared", "version": "10.0.0-beta.6", "description": "zwave-js: shared utilities", "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" }, "dependencies": { "alcalzone-shared": "^4.0.1", "fs-extra": "^10.1.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" }, "devDependencies": { "@microsoft/api-extractor": "*", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.5.2", "@types/node": "^14.18.23", "esbuild": "0.14.51", "esbuild-register": "^3.3.3", "jest-extended": "^2.0.0", "typescript": "4.7.4" } }