vylbot-app/package.json

24 lines
510 B
JSON
Raw Normal View History

2020-11-01 19:29:12 +00:00
{
"name": "vylbot-app",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
2020-11-01 19:29:12 +00:00
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vylpes/vylbot-app.git"
},
"author": "Vylpes",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vylpes/vylbot-app/issues"
},
"homepage": "https://github.com/Vylpes/vylbot-app#readme",
"dependencies": {
"vylbot-core": "^1.0.4"
}
}