-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1000 Bytes
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
{
"name": "qwik-devtools-monorepo",
"license": "MIT",
"description": "Qwik devtools monorepo",
"scripts": {
"playground": "MODE=dev DEBUG=qwik:devtools:* pnpm --filter playground dev",
"build": "tsx scripts/build-devtools.ts",
"change": "changeset",
"release": "changeset publish",
"release.pkg-pr-new": "cd packages/devtools && pnpm dlx pkg-pr-new publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"@types/node": "^22.10.5",
"tsdown": "^0.9.6",
"tsx": "^4.19.2",
"vitest": "^3.2.4",
"debug": "4.4.3",
"@types/debug": "4.1.12"
},
"private": true,
"keywords": [
"qwik",
"devtools",
"plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/QwikDev/devtools.git"
},
"bugs": {
"url": "https://github.com/QwikDev/devtools/issues"
},
"homepage": "https://github.com/QwikDev/devtools#readme"
}