{ "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" } }