Former-commit-id: 3cdb0856bdc0e7bddfb9a240ba3dec366c39fe3f
This commit is contained in:
Ben
2022-02-25 14:03:43 +00:00
parent d4f33da5e8
commit d7a884c010
41 changed files with 274 additions and 13552 deletions

View File

@@ -7,7 +7,6 @@
"test": "jest src/__test",
"start": "node src/index.js",
"dev": "nodemon src/index.js --watch src",
"gendoc": "jsdoc -r ./src/ ./client/ -c ./jsdoc.json -d ./jsdoc/",
"lint": "eslint src --ext .js && eslint client --ext .js",
"setup": "npm i"
},