UNPKG

aniql

Version:

A library for interacting with the AniList API.

49 lines (48 loc) 1.02 kB
{ "name": "aniql", "description": "A library for interacting with the AniList API.", "version": "1.3.2", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "type": "module", "license": "MIT", "files": [ "dist" ], "keywords": [ "anilist", "api", "graphql", "library", "typescript" ], "scripts": { "dev": "bun test --watch", "dev:one": "bun run dev -- --test-name-pattern", "build:lib": "tsdown", "build:docs": "typedoc --options typedoc.json", "build": "bun build:lib && bun build:docs" }, "devDependencies": { "@biomejs/biome": "2.2.0", "@types/bun": "1.2.21", "tsdown": "0.14.2", "typedoc-github-theme": "0.3.1", "typescript": "5.9.2" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/warsam-e/aniql.git" }, "bugs": { "url": "https://github.com/warsam-e/aniql/issues" }, "homepage": "https://warsame.me/aniql" }