catbox.moe
Version:
Lightweight and simple module to catbox.moe api management
41 lines (40 loc) • 976 B
JSON
{
"name": "catbox.moe",
"version": "1.0.2",
"description": "Lightweight and simple module to catbox.moe api management",
"main": "./lib/index.js",
"scripts": {
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/tentaclenotsoft/node-catbox.git"
},
"keywords": [
"catbox",
"catbox.moe",
"litterbox",
"upload",
"delete",
"album"
],
"author": "tentaclesoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/tentaclenotsoft/node-catbox/issues"
},
"homepage": "https://github.com/tentaclenotsoft/node-catbox#readme",
"dependencies": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"standard": "^14.3.4"
}
}