owlrandomshitbot/booru-api/package.json

16 lines
306 B
JSON
Raw Normal View History

2025-01-04 17:00:42 +00:00
{
"name": "booru-api",
"version": "1.0.0",
"description": "rest api for booru package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "WTFPL",
"dependencies": {
"booru": "^2.7.0",
"express": "^4.21.2"
}
}