-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.45 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
{
"name": "android-mobile-cybersecurity-workbench",
"version": "1.0.0",
"description": "(Samsung Note 20 Ultra 5g Exynos990 + Termux App + Chrome Browser +Google Cloud Shell +Azure +Aws +Github)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development tsx watch server/_core/index.ts",
"build": "vite build && esbuild server/_core/index.ts --platform=node --packages=external --bundle --format=esm --outdir=dist",
"start": "NODE_ENV=production node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CK-Bachoo/Android-mobile-cybersecurity-workbench.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/CK-Bachoo/Android-mobile-cybersecurity-workbench/issues"
},
"homepage": "https://github.com/CK-Bachoo/Android-mobile-cybersecurity-workbench#readme",
"dependencies": {
"@tanstack/react-query": "^5.100.10",
"@trpc/client": "^11.17.0",
"@trpc/server": "^11.17.0",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"express": "^5.2.1",
"mysql2": "^3.22.3",
"superjson": "^2.2.6",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.8.0",
"drizzle-kit": "^0.31.10",
"esbuild": "^0.28.0",
"tsx": "^4.22.0",
"typescript": "^6.0.3",
"vite": "^8.0.13",
"vitest": "^4.1.6"
}
}