brainz-aggregator/package.json
Andrew Pietila 8f178392f9 Initial Commit
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.
2024-01-21 18:52:24 -06:00

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"
}
}