19 lines
464 B
JSON
19 lines
464 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": {
|
||
|
"@smogon/calc": "^0.7.0",
|
||
|
"chevrotain": "^10.5.0",
|
||
|
"discord.js": "^14.9.0"
|
||
|
}
|
||
|
}
|