account/package.json

63 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2018-02-27 17:29:28 -05:00
{
"name": "account",
2018-02-27 17:29:28 -05:00
"version": "1.0.0",
"description": "",
"main": "./src/server.js",
2018-02-27 17:29:28 -05:00
"scripts": {
2018-04-10 14:03:13 -04:00
"lint": "./node_modules/.bin/eslint .",
"start": "node .",
"start:dev": "NODE_ENV=development node ."
2018-02-27 17:29:28 -05:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/account.git"
},
"keywords": [],
2018-02-27 17:29:28 -05:00
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/account/issues"
},
"homepage": "https://github.com/PretendoNetwork/account#readme",
2018-02-27 17:29:28 -05:00
"dependencies": {
"aws-sdk": "^2.978.0",
"bcrypt": "^5.0.0",
"colors": "^1.4.0",
2021-11-20 17:40:15 -05:00
"cors": "^2.8.5",
2021-09-07 21:57:43 -04:00
"dicer": "^0.2.5",
2022-10-08 09:56:17 -04:00
"dotenv": "^16.0.3",
2021-12-12 09:24:37 -05:00
"email-validator": "^2.0.4",
"express": "^4.17.1",
2021-09-07 21:57:43 -04:00
"express-form-data": "^2.0.17",
"express-rate-limit": "^5.3.0",
2018-02-27 17:29:28 -05:00
"express-subdomain": "^1.0.5",
2021-09-07 21:57:43 -04:00
"formidable": "^1.2.2",
"fs-extra": "^8.1.0",
2021-08-22 11:22:17 -04:00
"got": "^11.8.2",
2021-12-19 19:18:40 -05:00
"hcaptcha": "^0.1.0",
2022-06-08 16:19:44 -04:00
"image-pixels": "^1.1.1",
2022-09-24 21:14:21 -04:00
"joi": "^17.6.1",
2021-08-22 11:22:17 -04:00
"kaitai-struct": "^0.9.0",
2022-10-09 13:54:42 -04:00
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"mii-js": "github:PretendoNetwork/mii-js",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongoose": "^5.8.3",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.9.1",
2021-09-07 21:57:43 -04:00
"multer": "^1.4.3",
"nodemailer": "^6.4.2",
2022-09-24 18:23:35 -04:00
"redis": "^4.3.1",
2021-08-22 11:22:17 -04:00
"tga": "^1.0.4",
"validator": "^13.7.0",
"xmlbuilder": "^13.0.2",
"xmlbuilder2": "0.0.4"
2021-08-22 11:25:01 -04:00
},
"devDependencies": {
"node-rsa": "^1.0.7",
2022-09-30 21:24:14 -04:00
"prompt": "^1.0.0",
"yesno": "^0.4.0"
2018-02-27 17:29:28 -05:00
}
}