UNPKG

anipar

Version:

Anime title Parser built for AnimeGarden.

51 lines 1.15 kB
{ "name": "anipar", "version": "0.5.4", "description": "Anime title Parser built for AnimeGarden.", "keywords": [ "dmhy", "scraper", "animegarden", "animespace" ], "homepage": "https://github.com/yjl9903/AnimeGarden#readme", "bugs": { "url": "https://github.com/yjl9903/AnimeGarden/issues" }, "repository": { "type": "git", "url": "git+https://github.com/yjl9903/AnimeGarden.git" }, "license": "MIT", "author": "XLor", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=v18.16.0" }, "devDependencies": { "@types/jsdom": "^28.0.1", "@types/parse-torrent": "^5.8.8" }, "scripts": { "build": "unbuild", "format": "prettier --write 'src/**/*.ts' 'test/**/*.ts'", "test": "vitest", "test:ci": "vitest --run", "start:fetch": "tsx scripts/fetch.ts", "typecheck": "tsc --noEmit" } }