UNPKG

@boboiboyturuu_nih/kiryuu-scraper

Version:

Scraper API for Kiryuu manga site

36 lines (35 loc) 806 B
{ "name": "@boboiboyturuu_nih/kiryuu-scraper", "version": "1.2.3", "description": "Scraper API for Kiryuu manga site", "main": "cjs/index.js", "module": "esm/index.js", "exports": { ".": { "import": "./esm/index.js", "require": "./cjs/index.js" } }, "scripts": { "test": "npm run test:cjs && npm run test:esm", "test:cjs": "node --test ./cjs/test", "test:esm": "node --test ./esm/test", "build": "npm run build:cjs && npm run build:esm", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc -p tsconfig.esm.json" }, "keywords": [ "manga", "kiryuu", "komik", "anime", "scraper", "bot" ], "author": "Boboiboyturuuu", "license": "ISC", "dependencies": { "axios": "^1.7.4", "cheerio": "^1.0.0" } }