16 lines
306 B
JSON
16 lines
306 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|