link-stack/apps/bridge-migrations/package.json
2024-08-14 11:13:58 +02:00

24 lines
604 B
JSON

{
"name": "@link-stack/bridge-migrations",
"version": "2.1.1",
"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": {
"dotenv": "^16.4.5",
"kysely": "0.26.1",
"pg": "^8.12.0",
"tsx": "^4.17.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.6",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"
}
}