This commit is contained in:
Lee 2023-11-20 16:04:10 +00:00
parent 78c16354d3
commit 6a058acd58
2 changed files with 190 additions and 134 deletions

@ -5,7 +5,7 @@
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --format cjs",
"build": "tsup src/index.ts --format cjs --minify terser",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts"
},
@ -14,12 +14,13 @@
"express": "^4.18.2",
"infisical-node": "^1.5.0",
"mongoose": "^8.0.1",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"ts-node": "^10.9.1"
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"terser": "^5.24.0",
"ts-node": "^10.9.1",
"tsup": "^8.0.0"
}
}

313
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff