{ "name": "pokemon-showdown", "preferGlobal": true, "description": "The server for the Pokémon Showdown battle simulator", "version": "0.11.2", "dependencies": { "probe-image-size": "^5.0.0", "sockjs": "0.3.20", "sucrase": "^3.15.0" }, "optionalDependencies": { "cloud-env": "^0.2.3", "node-static": "^0.7.11", "nodemailer": "^6.4.6", "permessage-deflate": "^0.1.7", "sql-template-strings": "^2.2.2", "sqlite": "^3.0.6" }, "secretDependencies": { "node-oom-heapdump": "^1.2.0" }, "engines": { "node": ">=12.0.0" }, "scripts": { "start": "node pokemon-showdown start", "build": "node build", "tsc": "tsc", "lint": "eslint . --config .eslintrc-no-types.json --cache --ext .js,.ts", "full-lint": "eslint . --config .eslintrc-types.json --cache --cache-location .eslintfullcache --ext .js,.ts", "pretest": "npm run lint && npm run build", "test": "mocha", "posttest": "npm run tsc", "full-test": "npm run full-lint && npm run build && npm run tsc && mocha --forbid-only -g \".*\"" }, "husky": { "hooks": { "pre-push": "npm run lint" } }, "bin": "./pokemon-showdown", "homepage": "http://pokemonshowdown.com", "repository": { "type": "git", "url": "https://github.com/smogon/pokemon-showdown.git" }, "author": { "name": "Guangcong Luo", "email": "guangcongluo@gmail.com", "url": "http://guangcongluo.com" }, "contributors": [ { "name": "Cathy J. Fitzpatrick", "email": "cathy@cathyjf.com", "url": "https://cathyjf.com" }, { "name": "Bill Meltsner", "email": "bill@meltsner.com", "url": "http://www.meltsner.com" } ], "private": true, "license": "MIT", "devDependencies": { "@types/cloud-env": "^0.2.0", "@types/node": "^13.9.8", "@types/node-static": "^0.7.3", "@types/nodemailer": "^6.4.0", "@types/sockjs": "^0.3.31", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.2", "husky": "^4.2.3", "mocha": "^7.1.1", "smogon": "^1.1.2", "typescript": "^3.9.7" } }