UNPKG

@yuna0x0/anilist-node

Version:

A lightweight Node.js wrapper for the AniList API

61 lines (60 loc) 1.3 kB
{ "name": "@yuna0x0/anilist-node", "version": "1.14.8", "description": "A lightweight Node.js wrapper for the AniList API", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "typesVersions": { ">=4.2": { "*": [ "*" ] } }, "scripts": { "test": "node tests/mediaTest.js", "docs": "node utilities/clearDocs.js && jsdoc -u tutorials -c utilities/docConfig.json && prettier --write ./docs", "eslint": "eslint .", "eslint:fix": "eslint . --fix", "prettier": "prettier --write .", "prepare": "husky install" }, "lint-staged": { "*.{html,css,js,json,jsx}": [ "prettier --write", "eslint --fix --quiet" ] }, "author": { "name": "Frederick Katsura", "email": "fkatsura@katsurin.com" }, "repository": { "type": "git", "url": "git+https://github.com/yuna0x0/Anilist-Node" }, "bugs": { "url": "https://github.com/yuna0x0/Anilist-Node/issues" }, "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", "node-fetch": "^2.6.11" }, "keywords": [ "anilist", "api", "anime", "node.js" ], "devDependencies": { "docdash": "^2.0.2", "eslint": "^8.56.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^8.0.3", "jsdoc": "^4.0.2", "lint-staged": "^13.2.2", "prettier": "^3.2.5", "typescript": "^5.3.3" } }