-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"name": "api-ciwei",
"version": "1.0.0",
"description": "API code scanner - detect errors, security vulnerabilities and design issues in your API code",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"test": "turbo run test",
"clean": "turbo run clean",
"db:push": "pnpm --filter web db:push",
"db:studio": "pnpm --filter web db:studio"
},
"keywords": ["api", "scanner", "linter", "security", "code-quality"],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.30.1",
"devDependencies": {
"turbo": "^2.3.3",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}