-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.68 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.68 KB
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
{
"name": "@deconz-community/ddf-tools",
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.0",
"author": {
"name": "Zehir",
"email": "zehir@zorim.fr",
"url": "https://github.com/Zehir"
},
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Zehir"
},
"homepage": "https://github.com/deconz-community/ddf-tools/tree/main",
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/ddf-tools.git"
},
"bugs": {
"url": "https://github.com/deconz-community/ddf-tools/issues/"
},
"scripts": {
"test": "turbo run test",
"lint": "turbo run lint",
"change": "changeset",
"release": "turbo run test && turbo run build && changeset publish",
"publish": "changeset publish",
"build": "turbo run build",
"taze": "taze",
"build:toolbox": "pnpm --dir packages/toolbox run build",
"dev:store": "pnpm --dir packages/store run dev",
"dev:toolbox": "pnpm --dir packages/toolbox run dev",
"dev:extension": "pnpm --dir packages/vscode-extension run dev"
},
"devDependencies": {
"@antfu/eslint-config": "^8.1.1",
"@changesets/cli": "^2.30.0",
"@eslint/eslintrc": "^3.3.5",
"eslint": "^10.2.0",
"taze": "^19.11.0",
"turbo": "^2.9.6",
"vue-eslint-parser": "^10.4.0"
},
"resolutions": {
"@eslint/plugin-kit": "^0.7.1",
"@nuxt/kit": "^4.4.2",
"cross-spawn": "^7.0.6",
"micromatch": "^4.0.8",
"rollup": "^4.60.1",
"socks": "^2.8.7",
"vite": "^8.0.8",
"vue": "^3.5.32"
},
"maintainers": [
{
"name": "Zehir",
"email": "zehir@zorim.fr",
"url": "https://github.com/Zehir"
}
]
}