UNPKG

@tdanks2000/anilist-wrapper

Version:
42 lines (41 loc) 886 B
{ "name": "@tdanks2000/anilist-wrapper", "version": "1.1.2", "description": "A wrapper for the Anilist graphQL api", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/tdanks2000/anilistwrapper" }, "keywords": [ "anilist", "anilistWrapper", "api wrapper", "node", "typescript" ], "engines": { "node": ">=16" }, "author": "people", "license": "MIT", "private": false, "scripts": { "build": "tsc", "release": "yarn version && npm publish", "preversion": "tsc" }, "devDependencies": { "@types/node": "^20.11.20", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "abort-controller": "^3.0.0", "tslib": "^2.6.2" } }