fp/services/migrations/package.json

19 lines
388 B
JSON
Raw Normal View History

2024-07-30 20:34:25 +00:00
{
"name": "@futureporn/migrations",
"type": "module",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node index.js"
},
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense",
"dependencies": {
"dotenv": "^16.4.5",
"postgres-migrations": "^5.3.0"
}
}