maptest-bot/package.json
Carter Penterman 3a167cf686
Some checks failed
continuous-integration/drone/push Build is failing
Parse map models and validate them (#13)
The enhancements:
- Added map validation that checks for some common errors that maps have
- /take: Does map validation but will still take the map even if there are problems
- /take: Improved the help text and added links to the maptest places
- /submit: Does map validation and will not let you submit if there are problems
- /submissions: Now shows the map's display name and creator
- Added an ESLint config and tidied some things up
- Updated some of the packages

Reviewed-on: #13
Co-authored-by: Carter Penterman <carterpenterman@gmail.com>
Co-committed-by: Carter Penterman <carterpenterman@gmail.com>
2024-04-24 06:28:07 +00:00

20 lines
430 B
JSON

{
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "^2.2.0",
"axios": "^1.6.8",
"csv-parse": "^5.0.4",
"discord-api-types": "^0.37.81",
"discord.js": "^14.14.1",
"noblox.js": "^4.15.1",
"node-csv": "^0.1.2",
"rbxm-parser": "^1.0.4",
"sugar-date": "^2.0.6"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"eslint": "^9.1.1",
"globals": "^15.0.0"
}
}