]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Trim gitignore
[rbdr/serpentity] / package.json
index 2c2921f5ab06a420fe3aa6b01539258dbbef835c..8958c41d67e12e0723f49abf70dfe0a349a73a1a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "@serpentity/serpentity",
   "description": "An Entity-Component-System Engine",
-  "version": "3.0.1",
+  "version": "4.0.0",
   "type": "module",
   "license": "Apache-2.0",
   "contributors": [
   ],
   "repository": {
     "type": "git",
-    "url": "https://gitlab.com/serpentity/serpentity.git"
-  },
-  "dependencies": {
-    "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"
+    "url": "https://git.sr.ht/~rbdr/serpentity"
   },
   "engines": {
-    "node": ">= 12.0.0"
+    "node": ">= 20.0.0"
   },
-  "browserslist": [
-    "defaults"
-  ],
   "scripts": {
-    "build": "webpack --config ./config/webpack.js",
-    "lint": "eslint lib",
-    "test": "node test/integration.js"
+    "lint": "quick-lint-js **/*.js",
+    "test": "node --test --experimental-test-coverage"
   },
   "main": "./lib/serpentity.js"
 }