Split into multiple files #18

Merged
Anri merged 22 commits from dev into main 2022-07-03 18:43:31 +02:00
2 changed files with 1918 additions and 4 deletions
Showing only changes of commit 615543b81e - Show all commits

1914
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,8 @@
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"main": "node .", "main": "node .",
"eslint": "eslint src" "debug": "nodemon .",
"eslint": "npx eslint src"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,7 +19,8 @@
}, },
"devDependencies": { "devDependencies": {
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"eslint": "^8.13.0" "eslint": "^8.13.0",
"nodemon": "^2.0.18"
}, },
"type": "module" "type": "module"
} }