This commit is contained in:
Darren Clarke 2024-03-16 23:11:48 +01:00
parent fe6c9419dd
commit f62c9f064d
10 changed files with 828 additions and 118 deletions

14
database/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "database",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphile-migrate": "^1.4.1"
}
}