This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
vylbot-core/package.json

24 lines
550 B
JSON
Raw Normal View History

2020-10-20 10:45:24 +01:00
{
"name": "vylbot-core",
2020-10-23 19:43:08 +01:00
"version": "1.0.4",
2020-10-20 10:45:24 +01:00
"description": "A discord client based upon discord.js",
"main": "./src/index",
"scripts": {
"test": "echo \"No Tests Specified\""
},
"author": "Vylpes",
2020-10-20 12:07:49 +01:00
"license": "MIT",
2020-11-01 11:22:03 +00:00
"funding": "https://ko-fi.com/vylpes",
2020-10-20 10:45:24 +01:00
"dependencies": {
"discord.js": "^12.3.1"
2020-10-20 12:07:49 +01:00
},
"bugs": "https://github.com/vylpes/vylbot-core/issues",
"homepage": "https://github.com/vylpes/vylbot-core",
"keywords": [
"discord",
"bot",
"client"
],
"repository": "github:vylpes/vylbot-core"
2020-10-20 10:45:24 +01:00
}