diff options
Diffstat (limited to '2022/21-Monkey-Math/package.json')
-rw-r--r-- | 2022/21-Monkey-Math/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2022/21-Monkey-Math/package.json b/2022/21-Monkey-Math/package.json new file mode 100644 index 0000000..23be024 --- /dev/null +++ b/2022/21-Monkey-Math/package.json @@ -0,0 +1,11 @@ +{ + "type": "module", + "engines": { + "node": ">=18.10.0" + }, + "dependencies": { + "eslint": "^8.30.0", + "eslint-plugin-node": "^11.1.0", + "jslint": "^0.12.1" + } +} |