UNPKG

jikan-api.js

Version:

A modern TypeScript wrapper for the Jikan API - the unofficial MyAnimeList API

52 lines (51 loc) 1.17 kB
{ "name": "jikan-api.js", "version": "2.0.0", "description": "A modern TypeScript wrapper for the Jikan API - the unofficial MyAnimeList API", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/OpenianDevelopment/jikan-api.js.git" }, "homepage": "https://github.com/OpenianDevelopment/jikan-api.js#readme", "bugs": { "url": "https://github.com/OpenianDevelopment/jikan-api.js/issues" }, "author": "Rohan Kumar <rohan.shuvam@gmail.com>", "license": "MIT", "type": "module", "keywords": [ "jikan", "myanimelist", "anime", "manga", "characters", "api", "typescript", "wrapper", "mal" ], "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=16.0.0" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build && npm test" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^24.0.10", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.8.3" } }