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
2021-12-02 15:32:29 +00:00

39 lines
926 B
JSON

{
"name": "vylbot-core",
"version": "2.0.3",
"description": "A discord client based upon discord.js",
"main": "./dist/index",
"typings": "./dist",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint .",
"publish": "np"
},
"author": "Vylpes",
"license": "MIT",
"funding": "https://ko-fi.com/vylpes",
"dependencies": {
"discord.js": "^12.3.1",
"dotenv": "^10.0.0"
},
"bugs": "https://github.com/vylpes/vylbot-core/issues",
"homepage": "https://github.com/vylpes/vylbot-core",
"keywords": [
"discord",
"bot",
"client"
],
"repository": "github:vylpes/vylbot-core",
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
}
}