-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "@wolfcola/devtools-standalone",
"version": "0.0.1",
"private": true,
"description": "Standalone Electron OIDC/OAuth2 debugger",
"type": "module",
"main": "dist/src/main.cjs",
"scripts": {
"build": "node --experimental-strip-types build.mjs",
"test": "vitest run",
"start": "electron dist/src/main.cjs"
},
"dependencies": {
"@effect/ai": "catalog:effect",
"@effect/platform": "catalog:effect",
"@effect/platform-node": "catalog:effect",
"@wolfcola/devtools-core": "workspace:*",
"@wolfcola/devtools-types": "workspace:*",
"@wolfcola/devtools-ui": "workspace:*",
"effect": "catalog:effect",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"electron": "^35.0.0",
"esbuild": "^0.28.0",
"vitest": "catalog:vitest"
}
}