UNPKG

@tutkli/jikan-ts

Version:

Node.js wrapper for the Jikan API with built-in typings.

52 lines (51 loc) 1.51 kB
{ "name": "@tutkli/jikan-ts", "version": "2.2.0", "description": "Node.js wrapper for the Jikan API with built-in typings.", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "prepare": "git config core.hookspath .githooks", "build": "bun bun.build.js", "prepublishOnly": "bun run build", "test:dev": "bun test", "test:coverage": "bun test --coverage", "version": "auto-changelog -p -l false && git add CHANGELOG.md", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome check ./src", "lint:fix": "biome check --write --unsafe ./src" }, "files": ["dist/", "README.md", "LICENSE"], "repository": { "type": "git", "url": "https://github.com/tutkli/jikan-ts.git" }, "keywords": ["jikan", "jikan-api", "jikanAPI", "MyAnimeList"], "author": { "name": "Clara Castillo", "url": "https://github.com/tutkli" }, "license": "MIT", "bugs": { "url": "https://github.com/tutkli/jikan-ts/issues" }, "homepage": "https://github.com/tutkli/jikan-ts#readme", "peerDependencies": { "axios": "^1.7.9", "axios-cache-interceptor": "^1.6.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "latest", "@types/node": "22.10.2", "auto-changelog": "^2.5.0", "axios": "^1.7.9", "axios-cache-interceptor": "^1.6.2", "bun-plugin-dts": "^0.3.0", "lint-staged": "^15.4.2", "typescript": "5.7.3" } }