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