-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.69 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@kawaiioverflow/arm",
"version": "0.192.0",
"generatorVersion": "0.15.1",
"generatedAt": "2024-11-13T12:31:30+09:00",
"description": "A JSON-based database to relation mapping Anime ID's between MAL, Annict, AniList and Syobocal",
"keywords": [
"anime",
"database",
"myanimelist",
"mal",
"annict",
"anilist",
"syobocal",
"syoboi-calendar"
],
"homepage": "https://github.com/kawaiioverflow/arm",
"bugs": {
"url": "https://github.com/kawaiioverflow/arm/issues"
},
"license": "MIT",
"author": "P-Chan",
"files": [
"arm.json",
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/kawaiioverflow/arm.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf ./dist",
"format": "prettier --write .",
"lint": "jsonlint -q arm.json",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"sync-statistics": "ts-node ./scripts/sync-statistics.ts",
"postsync-statistics": "prettier --write README.md"
},
"devDependencies": {
"@stardust-configs/tsconfig": "^0.1.1",
"@types/node": "^16.4.13",
"jsonlint": "^1.6.3",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=18.0.0"
},
"statistics": {
"length": 32657,
"services": [
{
"name": "MyAnimeList",
"length": 27489
},
{
"name": "AniList",
"length": 20661
},
{
"name": "Annict",
"length": 14129
},
{
"name": "Syoboi Calendar",
"length": 6022
}
]
}
}