18 lines
445 B
JSON
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"
|
|
}
|
|
}
|