summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-30 15:54:18 +0100
committerSam Light <samlight1994@gmail.com>2025-03-30 15:54:18 +0100
commitca351a9c63bb52bf90322340b84fdb4612db67ec (patch)
tree046b4c5740b00fcd85a812bc06deeb6747e94ac6 /package.json
parent66809a20001188dfb7c449316798e365532a7245 (diff)
Updated config
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"
}
}