mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
34 lines
762 B
JSON
34 lines
762 B
JSON
{
|
|
"name": "pg-migrator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"migration": "tsx src/index.ts",
|
|
"rollback": "tsx src/rollback.ts",
|
|
"migrate:audit-log": "tsx src/audit-log-migrator.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"@types/prompt-sync": "^4.2.3",
|
|
"@types/uuid": "^9.0.7",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@casl/ability": "^6.5.0",
|
|
"@sindresorhus/slugify": "^2.2.1",
|
|
"dotenv": "^16.3.1",
|
|
"knex": "^3.1.0",
|
|
"level": "^8.0.0",
|
|
"mongoose": "^8.0.4",
|
|
"nanoid": "^5.0.4",
|
|
"pg": "^8.11.3",
|
|
"prompt-sync": "^4.2.0",
|
|
"uuid": "^9.0.1",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|