summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index acebd79..65e1b02 100644
--- a/package.json
+++ b/package.json
@@ -12,5 +12,14 @@
},
"publishConfig": {
"access": "public"
+ },
+ "dependencies": {
+ "@babel/eslint-parser": "^7.16.0",
+ "@eslint/js": "^9.23.0",
+ "globals": "^16.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": ">= 7",
+ "eslint": ">= 9"
}
}