27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"name": "@aigxion/migrate",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"migrate": "dotenv -e .env npx tsx ./main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Andreas Thomas",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@chronark/zod-bird": "^0.3.3",
|
|
"@planetscale/database": "^1.16.0",
|
|
"@aigxion/db": "workspace:^",
|
|
"@aigxion/id": "workspace:^",
|
|
"base-x": "^4.0.0",
|
|
"drizzle-orm": "^0.30.1",
|
|
"mysql2": "^3.9.2",
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.24",
|
|
"@aigxion/tsconfig": "workspace:^",
|
|
"dotenv-cli": "^7.4.1",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
} |