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:
20
libs/parser/package.json
Normal file
20
libs/parser/package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@reactive-resume/parser",
|
||||
"version": "0.0.3",
|
||||
"private": false,
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@swc/helpers": "~0.5.2",
|
||||
"@reactive-resume/schema": "*",
|
||||
"nestjs-zod": "^3.0.0",
|
||||
"zod": "^3.22.4",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@reactive-resume/utils": "*",
|
||||
"jszip": "^3.10.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user