pokemon-showdown-loginserver/package.json
2021-10-11 20:53:16 -05:00

35 lines
927 B
JSON

{
"name": "pokemon-showdown-login",
"version": "0.1.0",
"homepage": "https://pokemonshowdown.com",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint . --cache --ext .js,.ts",
"build": "npx tsc",
"start": "npm run build && npx pm2 start .dist",
"test": "npm run lint && npx tsc"
},
"dependencies": {
"@types/node": "^15.12.4",
"bcrypt": "^5.0.1",
"eslint-plugin-import": "^2.24.2",
"google-auth-library": "^3.1.2",
"mysql": "^2.18.1",
"pm2": "^5.1.2",
"sql-template-strings": "^2.2.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/mocha": "^5.2.6",
"@types/mysql": "^2.15.18",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^6.0.2",
"nodemailer": "^6.6.5",
"typescript": "^4.4.3"
},
"private": true
}