| { | |
| "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@*" | |
| } | |
| } | |
| { | |
| "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@*" | |
| } | |
| } | |