UNPKG

aniql

Version:

A library for interacting with the AniList API.

47 lines (46 loc) 984 B
{ "name": "aniql", "version": "1.3.0", "description": "A library for interacting with the AniList API.", "license": "GPL-3.0-only", "type": "module", "files": [ "dist" ], "keywords": [ "anilist", "api", "graphql", "library", "typescript" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "scripts": { "dev": "bun test --watch", "dev:one": "bun run dev -- --test-name-pattern", "build:lib": "bun run build.ts", "build:docs": "typedoc --options typedoc.json", "build": "bun build:lib && bun build:docs" }, "devDependencies": { "@biomejs/biome": "2.1.3", "@types/bun": "1.2.19", "typedoc-github-theme": "0.3.0", "typescript": "5.9.2" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/itss0n1c/aniql.git" }, "bugs": { "url": "https://github.com/itss0n1c/aniql/issues" }, "homepage": "https://s0n1c.ca/aniql" }