16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|