-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.35 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
{
"type": "module",
"private": true,
"name": "dev-api",
"version": "0.4.0",
"description": "API endpoints for accessing unofficial data about The Ohio State University.",
"keywords": [
"@keminghe/osu",
"cloudflare",
"api"
],
"homepage": "https://api.osu.dev",
"bugs": {
"url": "https://github.com/devosu/dev-api/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "DEV",
"email": "[email protected]",
"url": "https://osu.dev"
},
"contributors": [
{
"name": "Keming He",
"email": "[email protected]",
"url": "https://github.com/KemingHe"
}
],
"funding": "https://osu.dev/support",
"repository": {
"type": "git",
"url": "git+https://github.com/devosu/dev-api.git"
},
"scripts": {
"prepare": "husky || true"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@release-it/conventional-changelog": "^8.0.2",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.6",
"release-it": "^17.6.0"
},
"engines": {
"node": ">=22"
},
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}