17 lines
384 B
JSON
17 lines
384 B
JSON
|
{
|
||
|
"name": "brainz-aggregator",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Brainz Social Aggregator",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Andrew Pietila <a.pietila@protonmail.com>",
|
||
|
"license": "WTFPL",
|
||
|
"dependencies": {
|
||
|
"better-sqlite3": "^9.3.0",
|
||
|
"express": "^4.18.2",
|
||
|
"glob": "^10.3.10"
|
||
|
}
|
||
|
}
|