zeppelin/package.json

16 lines
320 B
JSON
Raw Normal View History

2025-03-16 15:02:23 +01:00
{
"name": "neversteam2",
"version": "1.0.0",
"description": "NeverSteam Game manager",
"main": "game.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nevernown",
"license": "ISC",
"dependencies": {
"discord.js": "^12.1.1",
"underscore": "^1.10.2"
}
}