fp/services/migrations-data/package.json

21 lines
454 B
JSON
Raw Normal View History

2024-07-30 20:34:25 +00:00
{
2024-12-16 20:39:23 +00:00
"name": "@futureporn/migrations-data",
2024-07-30 20:34:25 +00:00
"type": "module",
2024-08-04 16:40:13 +00:00
"version": "0.6.0",
2024-07-30 20:34:25 +00:00
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node index.js"
},
2024-08-17 02:42:44 +00:00
"packageManager": "pnpm@9.6.0",
2024-07-30 20:34:25 +00:00
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense",
"dependencies": {
"dotenv": "^16.4.5",
2024-12-16 20:39:23 +00:00
"pg": "8.12.0",
"postgres-schema-migrations": "^6.1.0"
2024-07-30 20:34:25 +00:00
}
}