File size: 232 Bytes
db242f8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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@*"
  }
}