@open-condo/migrator
Version:
CLI util to run code and infrastructure migrations for condo-based applications
64 lines • 1.55 kB
JSON
{
"name": "@open-condo/migrator",
"version": "1.0.0",
"description": "CLI util to run code and infrastructure migrations for condo-based applications",
"repository": {
"type": "git",
"url": "git+https://github.com/open-condo-software/condo.git",
"directory": "packages/migrator"
},
"keywords": [
"condo",
"open-condo-software",
"open-condo",
"migrations",
"upgrade",
"utils"
],
"license": "MIT",
"scripts": {
"build": "tsup",
"test": "jest"
},
"bin": "dist/cli.js",
"bugs": {
"url": "https://github.com/open-condo-software/condo/issues"
},
"homepage": "https://github.com/open-condo-software/condo/blob/main/packages/migrator/README.md",
"author": {
"name": "Matthew Savelev",
"email": "matthew@doma.ai",
"url": "https://github.com/SavelevMatthew"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@open-condo/tsconfig": "^1.0.4",
"@types/ioredis": "^4.28.5",
"@types/jest": "^29.5.14",
"@types/node": "^16",
"@types/prompts": "^2.4.9",
"@types/tmp": "^0.2.6",
"execa": "^5.0.0",
"jest": "^29.7.0",
"testcontainers": "^10.18.0",
"tmp": "^0.2.3",
"ts-jest": "^29.2.5",
"tsup": "^8.3.6",
"typescript": "^5.5.4"
},
"dependencies": {
"cli-table3": "^0.6.5",
"commander": "^11.0.0",
"dotenv": "^16.4.7",
"glob": "^11.0.1",
"ioredis": "^4.28.5",
"prompts": "^2.4.2",
"zod": "^3.24.2"
}
}