jakehurwitzisabitch/package.json
Cory Sanin 23a1ebca32
All checks were successful
App Image CI / Build app image (push) Successful in -1m54s
NPM Audit Check / Check NPM audit (push) Successful in -2m19s
update express, audit fix, add favicon
2025-07-22 12:06:15 -05:00

18 lines
362 B
JSON

{
"name": "jakehurwitzisabitch",
"module": "src/index.ts",
"type": "module",
"dependencies": {
"ejs": "3.1.10",
"express": "5.1.0"
},
"devDependencies": {
"@types/express": "5.0.3",
"forking-build-shit": "1.0.0",
"typescript": "^5.8.3"
},
"scripts": {
"build": "npx build-shit",
"watch": "npx build-shit --watch"
}
}