{ "name": "@link-stack/bridge-migrations", "version": "3.4.0-beta.5", "type": "module", "scripts": { "migrate:up:all": "tsx migrate.ts up:all", "migrate:up:one": "tsx migrate.ts up:one", "migrate:down:all": "tsx migrate.ts down:all", "migrate:down:one": "tsx migrate.ts down:one" }, "dependencies": { "@link-stack/logger": "workspace:*", "dotenv": "^17.2.3", "kysely": "0.27.5", "pg": "^8.16.3", "tsx": "^4.20.6" }, "devDependencies": { "@types/node": "^24", "@types/pg": "^8.15.5", "@link-stack/eslint-config": "workspace:*", "@link-stack/typescript-config": "workspace:*", "typescript": "^5" } }