forked from rodtoll/isy-js
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "monorepo",
"version": "0.0.1-alpha",
"description": "UDI JS Framework Monorepo",
"private": true,
"workspaces": [
"./packages/*",
"./apps/*"
],
"scripts": {
"mocha": "echo \"Error: no test specified\" && exit 1",
"version": "lerna version --git-remote isy-nodejs",
"publish:development": "lerna publish from-package --git-remote isy-nodejs --no-private --dist-tag dev",
"publish:v11": "lerna publish from-package --git-remote isy-nodejs --no-private --dist-tag v11"
},
"devDependencies": {
"@types/npmcli__package-json": "4.0.4",
"lerna": "^8.1.9",
"mocha": "^10.8.2",
"moderndash": "^3.12.0",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
},
"keywords": [
"ISY",
"eISY",
"polisy",
"polyglot",
"matter"
],
"author": "Pradeep Mouli",
"license": "MIT",
"dependencies": {
"@matter/general": "^0.11.4",
"@matter/main": "^0.11.4",
"@matter/types": "^0.11.4",
"@matter/node": "0.11.4",
"@matter/nodejs": "0.11.4",
"@npmcli/package-json": "^6.0.1",
"@project-chip/matter-node.js": "^0.11.4",
"@project-chip/matter.js": "^0.11.4",
"camelcase": "^8.0.0",
"humanize": "^0.0.9",
"humanize-string": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pradeepmouli/isy-js.git"
}
}