UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

91 lines (90 loc) 2.4 kB
{ "name": "@zwave-js/config", "version": "10.0.0-beta.8", "description": "zwave-js: configuration files", "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}", "config/" ], "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": { "prebuild": "yarn ts maintenance/prebuild.ts", "build": "yarn prebuild && tsc -b tsconfig.build.json", "extract-api": "yarn api-extractor run", "clean": "tsc -b tsconfig.build.json --clean", "watch": "yarn run build --watch --pretty", "lint_config": "yarn ts maintenance/lintConfigFiles.ts", "ts": "node -r esbuild-register" }, "dependencies": { "@zwave-js/core": "workspace:*", "@zwave-js/shared": "workspace:*", "alcalzone-shared": "^4.0.1", "ansi-colors": "^4.1.3", "fs-extra": "^10.1.0", "json-logic-js": "^2.0.2", "json5": "^2.2.1", "semver": "^7.3.7", "winston": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "*", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.5.2", "@types/js-levenshtein": "^1.1.1", "@types/json-logic-js": "^2.0.1", "@types/node": "^14.18.23", "@types/pegjs": "^0.10.3", "@types/semver": "^7.3.10", "@types/xml2js": "^0.4.11", "@types/yargs": "^17.0.10", "@zwave-js/maintenance": "workspace:*", "axios": "^0.27.2", "comment-json": "^4.2.2", "esbuild": "0.14.51", "esbuild-register": "^3.3.3", "jest-extended": "^2.0.0", "js-levenshtein": "^1.1.6", "pegjs": "^0.10.0", "ts-pegjs": "^0.3.1", "typescript": "4.7.4", "xml2js": "^0.4.23", "yargs": "^17.5.1" } }