Files
core2026/packages/infra/package.json
T

24 lines
685 B
JSON

{
"name": "@sammo-ts/infra",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/infra",
"dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/infra --watch",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "node -e \"console.log('test not configured')\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/client": "^5.18.0",
"redis": "^4.7.0"
},
"devDependencies": {
"prisma": "^5.18.0",
"tsdown": "^0.18.3"
}
}