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

18 lines
481 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-26 17:28:56 +10:00
"@smogon/calc": "https://gitpkg.now.sh/smogon/damage-calc/calc?master",
"chevrotain": "^10.5.0"
2023-04-26 17:01:02 +10:00
}
}