Andrew Pietila
8f178392f9
Added: app.js basic express http listener. Added: migrate-tool, to automatically apply migrations, including a base migration to create a database table to track migrations.
16 lines
384 B
JSON
16 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"
|
|
}
|
|
}
|