-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "scanner",
"version": "0.0.0",
"private": true,
"description": "Monorepo for the Caido Scanner project",
"author": "Caido Labs Inc. <dev@caido.io>",
"type": "module",
"scripts": {
"typecheck": "pnpm -r typecheck",
"build": "caido-dev build",
"watch": "caido-dev watch",
"lint": "eslint --fix packages/*/src",
"knip": "knip",
"test": "vitest run",
"validate": "pnpm run typecheck && pnpm run lint && pnpm run knip && pnpm run test",
"generate:parsers": "pnpm -r run generate:parsers",
"trace-viewer": "pnpm --filter trace-viewer dev"
},
"devDependencies": {
"@caido-community/dev": "0.1.6",
"@caido/eslint-config": "0.8.0",
"@caido/sdk-backend": "0.55.3",
"@caido/tailwindcss": "0.0.1",
"@types/node": "25.2.1",
"@vitejs/plugin-vue": "6.0.1",
"@vitest/coverage-v8": "3.2.3",
"@vitest/ui": "3.2.3",
"eslint": "9.31.0",
"knip": "5.83.1",
"postcss-prefixwrap": "1.57.2",
"rollup-plugin-dts": "6.3.0",
"tailwindcss": "3.4.13",
"tailwindcss-primeui": "0.6.1",
"typescript": "5.8.3",
"vite": "6.3.5",
"vitest": "3.2.3"
}
}