18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "jakehurwitzisabitch",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ejs": "3.1.10",
|
|
"express": "4.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.21",
|
|
"forking-build-shit": "0.0.2",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "npx build-shit",
|
|
"watch": "npx build-shit --watch"
|
|
}
|
|
} |