forked from zwave-js/node-zwave-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.61 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
{
"name": "@zwave-js/repo",
"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/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/"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@alcalzone/release-script": "^1.10.0",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@fimbul/mithotyn": "^0.24.0",
"@fimbul/wotan": "^0.24.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/js-levenshtein": "^1.1.0",
"@types/json-logic-js": "^1.2.1",
"@types/mockdate": "^2.0.0",
"@types/node": "^15.12.2",
"@types/pegjs": "^0.10.2",
"@types/prettier": "^2.2.3",
"@types/proper-lockfile": "^4.1.1",
"@types/semver": "^7.3.6",
"@types/serialport": "^8.0.1",
"@types/triple-beam": "^1.3.2",
"@types/xml2json": "^0.11.3",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@xstate/test": "^0.4.2",
"ansi-colors": "^4.1.1",
"axios": "^0.21.1",
"clipboardy": "^2.3.0",
"comment-json": "^4.1.0",
"commitizen": "^4.2.4",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.2.0",
"esbuild-register": "^2.6.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"jest-extended": "^0.11.5",
"js-levenshtein": "^1.1.6",
"lerna": "^4.0.0",
"minimatch": "^3.0.4",
"mockdate": "^3.0.5",
"pegjs": "^0.10.0",
"piscina": "^3.1.0",
"prettier": "^2.3.1",
"prettier-plugin-organize-imports": "^2.1.0",
"semver": "^7.3.2",
"supports-color": "^8.1.1",
"ts-morph": "^11.0.0",
"ts-node": "^9.0.0",
"ts-pegjs": "^0.3.1",
"typescript": "^4.3.2",
"xml2json": "^0.12.0",
"yargs": "^16.0.3"
},
"scripts": {
"build": "lerna run build --scope=zwave-js",
"build:full": "lerna run build --scope=@zwave-js/* && lerna run build:full",
"watch": "lerna run watch --parallel",
"test:reset": "jest --clear-cache",
"test:ts": "jest",
"test:ci": "yarn run test:ts -- --runInBand",
"test:watch": "yarn run test:ts -- --watch",
"test": "yarn run test:watch",
"coverage": "yarn run test:ts -- --collect-coverage",
"coverage:ci": "yarn run test:ci -- --collect-coverage",
"show-coverage": "yarn run coverage && start ./coverage/index.html",
"lint:ts": "eslint --ext .ts \"packages/*/src/**/*.ts\"",
"lint:wotan": "wotan",
"lint:config": "lerna run lint:config",
"lint:configjson": "prettier -c \"packages/config/config/**/*.json\"",
"lint:zwave": "lerna run lint:zwave",
"lint": "yarn run lint:wotan && yarn run lint:ts && yarn run lint:configjson",
"implemented_ccs": "yarn ts packages/maintenance/src/implementedCCs.ts",
"gh-cc-table": "yarn run implemented_ccs -- --flavor=github --only-incomplete",
"toLogEntryOverview": "yarn ts packages/zwave-js/maintenance/checkCCToLogEntry.ts",
"usbdebug": "cmd.exe /c \"test\\usbdebug.bat\"",
"commit": "git-cz",
"release": "yarn run build && lerna version --no-commit-hooks",
"release:all": "yarn run build && lerna version --no-commit-hooks --force-publish",
"preversion": "release-script --lerna-check",
"version": "yarn install && release-script --lerna",
"postversion": "git push && git push --tags",
"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",
"ts": "node -r esbuild-register"
},
"readme": "README.md",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}