mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
18
libs/dto/package.json
Normal file
18
libs/dto/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@reactive-resume/dto",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@swc/helpers": "~0.5.2",
|
||||
"nestjs-zod": "^3.0.0",
|
||||
"@reactive-resume/utils": "*",
|
||||
"@reactive-resume/schema": "*",
|
||||
"@prisma/client": "^5.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user