refactoring (#4)

This commit is contained in:
2021-04-10 19:17:18 +02:00
committed by GitHub
parent 9cf66c7435
commit 24a07c4588
21 changed files with 240 additions and 173 deletions

View File

@ -1,11 +1,15 @@
{
"name": "dsabot",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint commands/",
"start": "node index.js"
"start": "node index.js",
"test": "jest"
},
"_moduleAliases": {
"@dsabot": "functions"
},
"author": "",
"license": "ISC",