-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 935 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 935 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
49
50
{
"name": "frostbyte-api",
"version": "1.0.0",
"description": "Official SDK for Frostbyte API — 40+ APIs with one key",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"keywords": [
"api",
"sdk",
"frostbyte",
"geolocation",
"ip-geolocation",
"crypto",
"dns",
"screenshot",
"web-scraping",
"ai-agent",
"wallet",
"pdf",
"url-shortener",
"code-runner",
"webhooks",
"mcp"
],
"author": "Frostbyte",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OzorOwn/frostbyte-api"
},
"homepage": "https://api-catalog-three.vercel.app",
"engines": {
"node": ">=18"
},
"files": [
"index.js",
"index.mjs",
"index.d.ts",
"README.md",
"LICENSE"
]
}