-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 758 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
{
"name": "cbbd",
"version": "1.27.0",
"description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeBasketballData.com website.",
"repository": {
"type": "git",
"url": "https://github.com/CFBD/cbbd-typescript.git"
},
"author": "BlueSCar",
"keywords": [
"basketball",
"cbb",
"mbb",
"ncaa",
"data",
"statistics"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"license": "MIT",
"dependencies": {
"@hey-api/client-fetch": "^0.8.1"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.64.1",
"@types/node": "^22.13.1",
"typescript": "^5.7.3"
}
}