link-stack/database/package.json

15 lines
274 B
JSON
Raw Normal View History

2024-03-16 23:11:48 +01:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/database",
2024-03-16 23:11:48 +01:00
"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"
}
}