konobangu/packages/migrate/package.json

23 lines
582 B
JSON

{
"name": "@konobangu/migrate",
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"clean": "git clean -xdf .cache .turbo dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@konobangu/auth": "workspace:*",
"@konobangu/database": "workspace:*",
"@konobangu/env": "workspace:*",
"@next/env": "^15.1.4"
},
"devDependencies": {
"@konobangu/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"bufferutil": "^4.0.9",
"typescript": "^5.7.3"
}
}