vylbot-app/package.json

25 lines
546 B
JSON
Raw Normal View History

2020-11-01 19:29:12 +00:00
{
"name": "vylbot-app",
"version": "1.0.0",
"description": "",
2020-11-09 10:18:14 +00:00
"main": "vylbot.js",
2020-11-01 19:29:12 +00:00
"scripts": {
2020-11-08 16:47:36 +00:00
"start": "node vylbot.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": {
2020-11-04 17:00:23 +00:00
"random-puppy": "^1.1.0",
2020-11-01 19:29:12 +00:00
"vylbot-core": "^1.0.4"
}
}