Initial commit
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "express-jtw-update-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"bin": "build/src/index.js",
|
||||
"dependencies": {
|
||||
"bcrypt": "^6.0.0",
|
||||
"child_process": "^1.0.2",
|
||||
"cli-color": "^2.0.3",
|
||||
"colorts": "^0.1.63",
|
||||
"copyfiles": "^2.4.1",
|
||||
"dotenv": "^16.4.1",
|
||||
"express": "^4.19.2",
|
||||
"express-error-handler": "^1.1.0",
|
||||
"express-session": "^1.18.2",
|
||||
"luxon": "^3.7.2",
|
||||
"moment-timezone": "^0.5.44",
|
||||
"morgan": "^1.10.0",
|
||||
"multer": "^2.0.2",
|
||||
"nodemon": "^3.1.4",
|
||||
"rimraf": "^6.0.1",
|
||||
"serve-index": "^1.9.1",
|
||||
"socket.io": "^4.7.4",
|
||||
"sqlite3": "^5.1.7",
|
||||
"timers-ext": "^0.1.7",
|
||||
"toidentifier": "^1.0.1",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"type": "^1.2.0",
|
||||
"type-is": "^1.6.18",
|
||||
"typescript": "^5.3.3",
|
||||
"undici-types": "^5.26.5",
|
||||
"unpipe": "^1.0.0",
|
||||
"untildify": "^4.0.0",
|
||||
"util-deprecate": "^1.0.2",
|
||||
"utils-merge": "^1.0.1",
|
||||
"vary": "^1.1.2",
|
||||
"which": "^2.0.2",
|
||||
"wrap-ansi": "^8.1.0",
|
||||
"wrappy": "^1.0.2",
|
||||
"xtend": "^4.0.2",
|
||||
"y18n": "^5.0.8",
|
||||
"yargs": "^16.2.0",
|
||||
"yargs-parser": "^20.2.9"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf output/",
|
||||
"d": "ts-node src/index.ts",
|
||||
"build": "npm run clean && tsc && copyfiles .env package.json output/",
|
||||
"quick": "npm run clean && tsc && node ./output/src/index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/cli-color": "^2.0.6",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express-session": "^1.18.2",
|
||||
"@types/geoip-lite": "^1.4.4",
|
||||
"@types/ip": "^1.1.3",
|
||||
"@types/luxon": "^3.7.1",
|
||||
"@types/morgan": "^1.9.9",
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/ping": "^0.4.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user