@kawaiioverflow/arm
Version:
A JSON-based database to relation mapping Anime ID's between MAL, Annict, AniList and Syobocal
77 lines (76 loc) • 1.73 kB
JSON
{
"name": "@kawaiioverflow/arm",
"version": "0.210.0",
"generatorVersion": "0.15.1",
"generatedAt": "2025-04-02T12:43:48+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": 34007,
"services": [
{
"name": "MyAnimeList",
"length": 28242
},
{
"name": "AniList",
"length": 21191
},
{
"name": "Annict",
"length": 15289
},
{
"name": "Syoboi Calendar",
"length": 6173
}
]
}
}