forked from zwave-js/node-zwave-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@zwave-js/repo",
"version": "13.4.0",
"private": true,
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"author": {
"name": "AlCalzone",
"email": "[email protected]"
},
"contributors": [
"Daniel Lando (https://github.com/robertsLando)",
"RoboPhred (https://github.com/RoboPhred)"
],
"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/"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@alcalzone/jsonl-db": "^3.1.1",
"@alcalzone/monopack": "^1.3.0",
"@alcalzone/release-script": "~3.7.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.1.0",
"@dprint/formatter": "^0.3.0",
"@dprint/json": "^0.19.3",
"@dprint/markdown": "^0.17.2",
"@dprint/typescript": "^0.91.1",
"@microsoft/api-extractor": "^7.47.0",
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.42",
"@types/semver": "^7.5.8",
"@types/source-map-support": "^0.5.10",
"@types/xml2js": "^0.4.14",
"@zwave-js/cc": "workspace:*",
"@zwave-js/config": "workspace:*",
"@zwave-js/core": "workspace:*",
"@zwave-js/eslint-plugin": "workspace:*",
"@zwave-js/flash": "workspace:*",
"@zwave-js/fmt": "^1.0.1",
"@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.6.0",
"comment-json": "^4.2.5",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.1.0",
"dprint": "^0.47.2",
"esbuild": "0.21.5",
"esbuild-register": "^3.6.0",
"eslint": "^9.11.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "patch:eslint-plugin-unused-imports@npm%3A4.1.4#~/.yarn/patches/eslint-plugin-unused-imports-npm-4.1.4-a7d7c7cdf3.patch",
"execa": "^5.1.1",
"fs-extra": "^11.2.0",
"husky": "^9.1.5",
"json5": "^2.2.3",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.2",
"p-queue": "^8.0.1",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.2",
"source-map-support": "^0.5.21",
"ts-patch": "3.2.1",
"turbo": "1.13.4",
"typescript": "5.5.3",
"typescript-eslint": "^8.7.0",
"xml2js": "^0.6.2",
"zwave-js": "workspace:*"
},
"resolutions": {
"minimist": "^1.2.6",
"colors": "1.4.0"
},
"scripts": {
"ts": "node -r source-map-support/register -r ./maintenance/esbuild-register.js --conditions=@@dev",
"w": "yarn ts maintenance/watch.ts",
"foreach": "yarn workspaces foreach --all -pvi --exclude @zwave-js/repo",
"clean": "yarn turbo run clean",
"build": "yarn turbo run build:turbo --",
"build:turbo": "yarn ts maintenance/build.ts",
"watch": "yarn w build",
"test:ts": "FORCE_COLOR=1 yarn turbo run test:ts ${TURBO_FLAGS:-'--concurrency=1'} --",
"test": "yarn ts maintenance/test.ts",
"test:dirty:resolve": "yarn ts packages/maintenance/src/resolveDirtyTests.ts",
"test:dirty": "yarn ts packages/maintenance/src/resolveDirtyTests.ts --run",
"test:watch": "yarn w test:dirty",
"lint:configjson": "dprint check \"packages/config/**/*.json\" > /dev/null",
"lint:configjson:fix": "dprint fmt \"packages/config/**/*.json\"",
"lint:zwave": "FORCE_COLOR=1 yarn turbo run lint:zwave",
"lint:ts": "FORCE_COLOR=1 yarn turbo run lint:ts --continue",
"lint:ts:fix": "FORCE_COLOR=1 yarn turbo run lint:ts:fix --continue",
"fmt": "dprint fmt",
"fmt:check": "dprint check > /dev/null",
"lint": "FORCE_COLOR=1 yarn turbo run lint:ts && yarn fmt:check",
"implemented_ccs": "yarn ts packages/maintenance/src/implementedCCs.ts",
"gh-cc-table": "yarn run implemented_ccs --flavor=github --only-incomplete",
"toLogEntryOverview": "yarn ts packages/cc/maintenance/checkCCToLogEntry.ts",
"usbdebug": "cmd.exe /c \"test\\usbdebug.bat\"",
"commit": "git-cz",
"release": "release-script",
"release:all": "release-script --publish-all",
"bootstrap": "./maintenance/bootstrap.sh",
"config": "yarn ts packages/config/maintenance/importConfig.ts",
"docs": "docsify serve docs",
"docs:generate": "yarn ts packages/maintenance/src/generateTypedDocs.ts",
"test:perf": "yarn ts test/valuedb-perf.ts",
"test:firmware": "yarn ts test/firmware-extraction.ts",
"nvmedit": "yarn ts packages/nvmedit/src/cli.ts",
"ls-changed": "yarn changed list --exclude \"@zwave-js/repo\" --git-range=$(git describe --abbrev=0) --json | cut -d'\"' -f4",
"for-changed": "yarn changed foreach --all --exclude \"@zwave-js/repo\" --git-range=$(git describe --abbrev=0)",
"codefind": "yarn ts packages/maintenance/src/codefind.ts",
"configfind": "yarn ts packages/config/maintenance/find.ts",
"extract-api": "FORCE_COLOR=1 yarn turbo run extract-api",
"accept-api": "yarn extract-api -- --local",
"monopack": "yarn exec monopack",
"check-references": "workspaces-to-typescript-project-references --check --tsconfigPath tsconfig.build.json",
"sync-references": "workspaces-to-typescript-project-references --tsconfigPath tsconfig.build.json && yarn fmt > /dev/null"
},
"readme": "README.md",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]"
}