UwUifier/package.json

21 lines
513 B
JSON
Raw Normal View History

2023-03-06 19:02:20 +00:00
{
"name": "Chomps UwUifier",
"version": "1.0.0",
"main": "src/mod.js",
"license": "See License file",
"author": "Chomp Kekw",
"akiVersion": "3.5.*",
"devDependencies": {
"@types/node": "16.18.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"bestzip": "2.2.1",
"eslint": "8.30.0",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.9.4"
}
}