add booru image search
This commit is contained in:
parent
2a98b55b8d
commit
f8051314cc
17 changed files with 1161 additions and 75 deletions
15
booru-api/package.json
Normal file
15
booru-api/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue