fp/services/migrations/package.json

20 lines
422 B
JSON

{
"name": "@futureporn/migrations",
"type": "module",
"version": "0.6.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node index.js"
},
"packageManager": "pnpm@9.6.0",
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense",
"dependencies": {
"dotenv": "^16.4.5",
"postgres-migrations": "^5.3.0"
}
}