{
  "name": "@kawaiioverflow/arm",
  "version": "0.243.0",
  "generatorVersion": "0.16.0",
  "generatedAt": "2026-09-16T17:23:43+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"
  },
  "packageManager": "pnpm@10.17.1",
  "statistics": {
    "length": 36979,
    "services": [
      {
        "name": "MyAnimeList",
        "length": 30567
      },
      {
        "name": "AniList",
        "length": 22562
      },
      {
        "name": "Annict",
        "length": 17658
      },
      {
        "name": "Syoboi Calendar",
        "length": 6733
      }
    ]
  }
}
