-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
62 lines (62 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "account",
"version": "1.0.0",
"description": "",
"main": "./src/server.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"start": "node .",
"start:dev": "NODE_ENV=development node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/account.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/account/issues"
},
"homepage": "https://github.com/PretendoNetwork/account#readme",
"dependencies": {
"aws-sdk": "^2.978.0",
"bcrypt": "^5.0.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dicer": "^0.2.5",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-form-data": "^2.0.17",
"express-rate-limit": "^5.3.0",
"express-subdomain": "^1.0.5",
"formidable": "^1.2.2",
"fs-extra": "^8.1.0",
"got": "^11.8.2",
"hcaptcha": "^0.1.0",
"image-pixels": "^1.1.1",
"joi": "^17.6.1",
"kaitai-struct": "^0.9.0",
"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",
"multer": "^1.4.3",
"nodemailer": "^6.4.2",
"redis": "^4.3.1",
"tga": "^1.0.4",
"validator": "^13.7.0",
"xmlbuilder": "^13.0.2",
"xmlbuilder2": "0.0.4"
},
"devDependencies": {
"node-rsa": "^1.0.7",
"prompt": "^1.0.0",
"yesno": "^0.4.0"
}
}