node-zwave-js/packages/testing/package.json

70 lines
1.8 KiB
JSON

{
"name": "@zwave-js/testing",
"version": "14.3.6",
"description": "zwave-js: testing utilities",
"keywords": [],
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"@@dev": "./src/index.ts",
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js"
},
"./package.json": "./package.json"
},
"files": [
"build/**/*.{js,cjs,mjs,d.ts,d.cts,d.mts,map}",
"build/**/package.json"
],
"author": {
"name": "AlCalzone",
"email": "d.griesel@gmx.net"
},
"license": "MIT",
"homepage": "https://github.com/zwave-js/node-zwave-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/zwave-js/node-zwave-js.git"
},
"bugs": {
"url": "https://github.com/zwave-js/node-zwave-js/issues"
},
"funding": {
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"build": "tsc -b tsconfig.build.json --pretty && yarn postbuild",
"postbuild": "yarn esm2cjs --in build/esm --out build/cjs -l error -t node18",
"clean": "del-cli build/ \"*.tsbuildinfo\"",
"extract-api": "yarn api-extractor run",
"lint:ts": "eslint --cache \"src/**/*.ts\"",
"lint:ts:fix": "yarn run lint:ts --fix"
},
"dependencies": {
"@zwave-js/core": "workspace:*",
"@zwave-js/host": "workspace:*",
"@zwave-js/serial": "workspace:*",
"@zwave-js/shared": "workspace:*",
"alcalzone-shared": "^5.0.0",
"ansi-colors": "^4.1.3"
},
"devDependencies": {
"@alcalzone/esm2cjs": "^1.4.1",
"@microsoft/api-extractor": "^7.47.9",
"@types/node": "^18.19.63",
"@types/triple-beam": "^1.3.5",
"@zwave-js/cc": "workspace:*",
"del-cli": "^6.0.0",
"triple-beam": "*",
"tsx": "^4.19.2",
"typescript": "5.6.2",
"winston-transport": "^4.8.0"
}
}