holy-heck-i-really-like-stats/package.json

18 lines
445 B
JSON
Raw Normal View History

2023-04-26 17:01:02 +10:00
{
"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": {
2023-04-27 09:45:47 +10:00
"@ajhyndman/smogon-calc": "^0.8.0",
2023-04-26 17:28:56 +10:00
"chevrotain": "^10.5.0"
2023-04-26 17:01:02 +10:00
}
}