Feature/ts #42

Merged
Vylpes merged 10 commits from feature/ts into develop 2021-07-24 12:57:28 +01:00
3 changed files with 2959 additions and 4765 deletions
Showing only changes of commit 7870e35599 - Show all commits

4762
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,8 +12,7 @@
"license": "MIT", "license": "MIT",
"funding": "https://ko-fi.com/gravitysoftware", "funding": "https://ko-fi.com/gravitysoftware",
"dependencies": { "dependencies": {
"discord.js": "^12.3.1", "discord.js": "^12.3.1"
"jest": "^26.6.3"
}, },
"bugs": "https://github.com/vylpes/vylbot-core/issues", "bugs": "https://github.com/vylpes/vylbot-core/issues",
"homepage": "https://github.com/vylpes/vylbot-core", "homepage": "https://github.com/vylpes/vylbot-core",
@ -24,6 +23,7 @@
], ],
"repository": "github:vylpes/vylbot-core", "repository": "github:vylpes/vylbot-core",
"devDependencies": { "devDependencies": {
"eslint": "^7.17.0" "eslint": "^7.17.0",
"jest": "^27.0.6"
} }
} }

2956
yarn.lock Normal file

File diff suppressed because it is too large Load diff