link-stack/apps/bridge-migrations/package.json

26 lines
665 B
JSON
Raw Permalink Normal View History

2024-08-07 16:05:26 +02:00
{
"name": "@link-stack/bridge-migrations",
2025-12-17 15:35:28 +01:00
"version": "3.3.5",
2024-08-07 16:05:26 +02:00
"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"
2024-08-07 16:05:26 +02:00
},
"devDependencies": {
"@types/node": "^24",
"@types/pg": "^8.15.5",
"@link-stack/eslint-config": "workspace:*",
"@link-stack/typescript-config": "workspace:*",
2024-08-07 16:05:26 +02:00
"typescript": "^5"
}
}