-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 993 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 993 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
{
"name": "403bypasser",
"version": "1.4.0",
"description": "Bypass a 403 page with a set of templates",
"author": "bebiks <bebiks@cvssadvisor.com>",
"license": "CC0-1.0",
"type": "module",
"scripts": {
"typecheck": "pnpm -r typecheck",
"lint": "eslint ./packages/**/src --fix",
"build": "caido-dev build",
"watch": "caido-dev watch"
},
"devDependencies": {
"@caido-community/dev": "^0.1.6",
"@caido/eslint-config": "^0.6.0",
"@caido/plugin-manifest": "0.3.0",
"@caido/sdk-backend": "^0.50.2",
"@caido/tailwindcss": "0.0.1",
"@types/node": "^24.1.0",
"@vitest/ui": "^3.2.4",
"jszip": "3.10.1",
"postcss-prefixwrap": "1.56.2",
"rollup-plugin-dts": "^6.2.1",
"tailwindcss": "3.4.13",
"tailwindcss-primeui": "0.6.1",
"typescript": "5.9.2",
"vite": "^6.3.5",
"vitest": "^3.2.4"
},
"dependencies": {
"@vitejs/plugin-react": "^5.0.0",
"add": "^2.0.6",
"typescript-eslint": "^8.39.1"
}
}