mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-07-17 18:23:48 +02:00
Bumps [eta](https://github.com/eta-dev/eta) from 1.12.3 to 2.0.0. - [Release notes](https://github.com/eta-dev/eta/releases) - [Commits](https://github.com/eta-dev/eta/compare/v1.12.3...v2.0.0) --- updated-dependencies: - dependency-name: eta dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "elevatormaprewritten",
|
|
"version": "1.0.0",
|
|
"description": "The elevatormap rewritten",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"makeJS": "tsc index.ts",
|
|
"lint": "eslint . --ext .ts",
|
|
"makeJSwatch": "tsc -w index.ts",
|
|
"start": "tsc index.ts && node index.js",
|
|
"preChecks": "npm outdated && npm audit",
|
|
"startBeforeMerge": "eslint . --ext .ts && tsc index.ts && node index.js",
|
|
"nodemon": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheGreyDiamond/elevatormapRewritten.git"
|
|
},
|
|
"author": "TheGreydiamond",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TheGreyDiamond/elevatormapRewritten/issues"
|
|
},
|
|
"homepage": "https://github.com/TheGreyDiamond/elevatormapRewritten",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.20.1",
|
|
"eta": "^2.0.0",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.2",
|
|
"greeting-time": "^1.0.0",
|
|
"hcaptcha": "0.1.0",
|
|
"helmet": "^4.6.0",
|
|
"multer": "^1.4.2",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer": "^6.6.2",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-strongloop": "^2.1.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|