holy-heck-i-really-like-stats/package.json
2023-04-27 09:45:47 +10:00

18 lines
445 B
JSON

{
"name": "hhirls",
"version": "1.0.0",
"description": "Pokemon Showdown data processing, mostly for HHIRLLL's Pokemon league. Ugly as fuck.",
"main": "calc.js",
"type": "module",
"scripts": {
"calc": "node calc_main.js",
"test": "node -e 'import(\"./calc.js\").then(mod => mod.test())'"
},
"author": "",
"license": "WTFPL",
"dependencies": {
"@ajhyndman/smogon-calc": "^0.8.0",
"chevrotain": "^10.5.0"
}
}