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

25 lines
605 B
JSON
Raw Normal View History

2024-08-07 16:05:26 +02:00
{
"name": "@link-stack/bridge-migrations",
2024-11-25 09:31:25 +01:00
"version": "2.3.4",
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": {
2024-12-13 13:20:37 +01:00
"dotenv": "^16.4.7",
2024-08-07 16:05:26 +02:00
"kysely": "0.26.1",
2024-11-25 09:31:25 +01:00
"pg": "^8.13.1",
"tsx": "^4.19.2"
2024-08-07 16:05:26 +02:00
},
"devDependencies": {
"@types/node": "^22",
2024-09-27 11:22:45 +02:00
"@types/pg": "^8.11.10",
2024-08-07 16:05:26 +02:00
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"
}
}