-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1005 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 1005 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "api",
"version": "1.0.0",
"description": "cyber + data API",
"keywords": [
"api",
"cyber",
"domain",
"ip",
"tide",
"apero"
],
"homepage": "https://api.cybai.re",
"bugs": {
"url": "https://github.com/cletqui/api/issues"
},
"license": "MIT",
"author": {
"name": "cletqui"
},
"repository": {
"type": "github",
"url": "https://github.com/cletqui/api"
},
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"logs": "wrangler tail",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hono/swagger-ui": "^0.6.1",
"@hono/zod-openapi": "^1.3.0",
"@types/ua-parser-js": "^0.7.39",
"acorn": "^8.16.0",
"cheerio": "^1.2.0",
"hono": "^4.12.14",
"ua-parser-js": "^2.0.9",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260415.1",
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"wrangler": "^4.83.0"
},
"private": true
}