summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 292fd79..b4c0fae 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
- "start": "node index.js"
+ "start": "node index.js",
+ "lint": "eslint .",
+ "lint:fix": "eslint . --fix"
},
"keywords": [],
"author": "",
@@ -18,5 +20,10 @@
"dotenv": "^17.2.3",
"opusscript": "^0.1.1",
"sodium-native": "^5.0.9"
+ },
+ "devDependencies": {
+ "@eslint/js": "^10.0.1",
+ "eslint": "^10.1.0",
+ "globals": "^17.4.0"
}
}