cptadmin / packages /shared /package.json
BG5's picture
Upload 253 files
db242f8
{
"name": "shared",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "tsc --build"
},
"dependencies": {
"@prisma/client": "workspace:@nest-http/prisma@*"
}
}