X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/62bc93dd77eacab028c45f831e0746f64de8dd46..3d7e85099e73ff77fbd56515d0538c5a0ab60f1e:/package.json diff --git a/package.json b/package.json index f0d4d5b..3a1c9ad 100644 --- a/package.json +++ b/package.json @@ -19,22 +19,14 @@ "events": "^3.1.0" }, "devDependencies": { - "@hapi/code": "^8.0.1", "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.5", - "@hapi/lab": "^22.0.3", - "@babel/core": "^7.8.7", - "@babel/preset-env": "^7.8.7", - "babel-loader": "8.0.6", - "eslint": "^6.8.0", - "webpack": "^4.42.0", - "webpack-cli": "^3.3.11" + "eslint": "^8.44.0" }, "engines": { - "node": ">= 13.0.0" + "node": ">= 20.0.0" }, "scripts": { - "build": "webpack --config ./config/webpack.cjs", "lint": "eslint lib", "test": "node test/integration.js" },