mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-06-01 13:03:12 -05:00
38 lines
964 B
JSON
38 lines
964 B
JSON
{
|
|
"name": "account.nintendo.net",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"lint": "./node_modules/.bin/eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "NODE_ENV=production node server.js",
|
|
"start:dev": "NODE_ENV=development node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"cli-table": "^0.3.1",
|
|
"colors": "^1.1.2",
|
|
"eslint": "^4.18.2",
|
|
"express": "^4.16.2",
|
|
"express-rate-limit": "^2.11.0",
|
|
"express-subdomain": "^1.0.5",
|
|
"fs-extra": "^5.0.0",
|
|
"json2xml": "^0.1.3",
|
|
"jsonwebtoken": "^8.2.0",
|
|
"moment": "^2.20.1",
|
|
"moment-timezone": "^0.5.14",
|
|
"mongoist": "^1.5.1",
|
|
"mongojs": "^2.4.1",
|
|
"morgan": "^1.9.0",
|
|
"ms": "^2.1.1",
|
|
"nodemailer": "^4.4.2",
|
|
"pixl-xml": "^1.0.13",
|
|
"puid": "^1.0.7",
|
|
"python-struct": "^1.0.6",
|
|
"rand-token": "^0.4.0"
|
|
}
|
|
}
|