inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
94 lines (93 loc) • 2.75 kB
JSON
{
"name": "inventoresed",
"version": "1.16.0",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [
"saepe",
"magni",
"autem"
],
"author": "AvaYost",
"license": "MIT",
"homepage": "https://github.com/LavonPrice/inventoresed.git",
"repository": {
"type": "git",
"url": "https://github.com/LavonPrice/inventoresed.git"
},
"bugs": {
"url": "https://github.com/LavonPrice/inventoresed.git/issues"
},
"funding": {
"url": "https://github.com/sponsors/AlCalzone/"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@alcalzone/jsonl-db": "^3.1.0",
"@alcalzone/monopack": "^1.2.1",
"@alcalzone/release-script": "~3.5.9",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@esm2cjs/p-queue": "^7.3.0",
"@microsoft/api-extractor": "^7.35.0",
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.9.0",
"@tsconfig/node14": "^1.0.3",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.18.43",
"@types/semver": "^7.3.13",
"@types/source-map-support": "^0.5.6",
"@types/ts-nameof": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@zwave-js/cc": "workspace:*",
"@zwave-js/config": "workspace:*",
"@zwave-js/core": "workspace:*",
"@zwave-js/flash": "workspace:*",
"@zwave-js/host": "workspace:*",
"@zwave-js/maintenance": "workspace:*",
"@zwave-js/nvmedit": "workspace:*",
"@zwave-js/serial": "workspace:*",
"@zwave-js/shared": "workspace:*",
"@zwave-js/testing": "workspace:*",
"alcalzone-shared": "^4.0.8",
"ansi-colors": "^4.1.3",
"chokidar": "^3.5.3",
"comment-json": "^4.2.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.0.0",
"esbuild": "0.15.18",
"esbuild-register": "^3.4.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.0",
"source-map-support": "^0.5.21",
"ts-nameof": "^5.0.0",
"ts-patch": "^2.1.0",
"turbo": "1.7.4",
"typescript": "4.9.5",
"zwave-js": "workspace:*"
},
"resolutions": {
"minimist": "^1.2.6",
"colors": "1.4.0"
},
"readme": "README.md",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@3.3.1"
}