UNPKG

@zennomi/mangadex-full-api

Version:

A MangaDex api based around the official API.

71 lines (70 loc) 2.29 kB
{ "name": "@zennomi/mangadex-full-api", "version": "6.0.1", "description": "A MangaDex api based around the official API.", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint ./src ./scripts --ext .ts,.mjs,.cjs,.js", "build:schema": "node ./scripts/build-schema.mjs", "build:tsup": "node ./scripts/build-tsup.mjs", "build": "npm run build:schema && npm run build:tsup", "prepublish": "npm run build", "docs": "typedoc", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "engines": { "node": ">=19.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/zennomi/mangadex-full-api.git" }, "keywords": [ "mangadex", "api", "manga", "anime", "manwha", "manhua" ], "author": "m;dy", "license": "MIT", "bugs": { "url": "https://github.com/md-y/mangadex-full-api/issues" }, "homepage": "https://md-y.github.io/mangadex-full-api/", "devDependencies": { "@microsoft/tsdoc": "^0.14.2", "@types/jest": "^29.5.3", "@types/node": "^20.4.1", "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "dotenv": "^16.3.1", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", "jest": "^29.6.1", "prettier": "^2.8.1", "simple-oauth-redirect": "^1.1.0", "swagger-typescript-api": "^12.0.2", "ts-jest": "^29.1.1", "tsup": "^6.7.0", "typedoc": "^0.24.7", "typedoc-plugin-missing-exports": "^2.0.0", "typescript": "^4.9.5" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }