fp/services/migrations-data/package.json

21 lines
454 B
JSON

{
"name": "@futureporn/migrations-data",
"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",
"pg": "8.12.0",
"postgres-schema-migrations": "^6.1.0"
}
}