UNPKG

node-myanimelist

Version:
44 lines (43 loc) 955 B
{ "name": "node-myanimelist", "version": "4.1.2", "description": "Node.js wrappers for MAL.", "main": "dist/index.js", "types": "typings/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "./node_modules/ts-mocha/bin/ts-mocha test/*.ts", "doc": "typedoc", "postdoc": "touch docs/.nojekyll" }, "keywords": [ "MAL", "Myanimelist", "jikan", "API", "Wrapper" ], "repository": { "type": "git", "url": "https://github.com/PolyMagic/node-myanimelist.git" }, "author": "Poly", "license": "MIT", "dependencies": { "axios": "^0.25.0", "url-join": "^4.0.1" }, "devDependencies": { "@types/mocha": "^9.1.0", "@types/node": "^17.0.17", "@types/url-join": "^4.0.1", "i": "^0.3.6", "mocha": "^9.2.0", "npm": "^6.14.5", "pkce-challenge": "^2.2.0", "ts-mocha": "^9.0.2", "typedoc": "^0.22.11", "typescript": "^4.5.5" } }