r34-module
Version:
A module to Manupilated booru sites API
41 lines (40 loc) • 845 B
JSON
{
"name": "r34-module",
"version": "1.4.0",
"description": "A module to Manupilated booru sites API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "node test/test"
},
"keywords": [
"rule34",
"hentai",
"api",
"booru",
"nsfw"
],
"author": "Ray Senpai",
"license": "MIT",
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaySenpai69/r34-module.git"
},
"bugs": {
"url": "https://github.com/RaySenpai69/r34-module/issues"
},
"homepage": "https://github.com/RaySenpai69/r34-module#readme"
}