24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"name": "@link-stack/bridge-migrations",
|
|
"version": "3.1.0",
|
|
"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.7",
|
|
"kysely": "0.27.5",
|
|
"pg": "^8.13.3",
|
|
"tsx": "^4.19.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"@types/pg": "^8.11.11",
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"typescript": "^5"
|
|
}
|
|
}
|