]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Replace code and lab with ndoe test runner
[rbdr/serpentity] / package.json
index 4346199d58c90de237af0181e78576ef7b2526a2..3a1c9ad2479f044a7740757732731ecc12aaf92d 100644 (file)
@@ -1,30 +1,34 @@
 {
-  "name": "serpentity",
-  "description": "A simple entity framework inspired by ash",
-  "version": "1.0.0",
+  "name": "@serpentity/serpentity",
+  "description": "An Entity-Component-System Engine",
+  "version": "3.0.2",
+  "type": "module",
+  "license": "Apache-2.0",
   "contributors": [
     {
       "name": "Rubén Beltrán del Río",
-      "email": "ben@nsovocal.com",
-      "url": "http://nsovocal.com"
+      "email": "subscriptions@unlimited.pizza",
+      "url": "https://unlimited.pizza"
     }
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/rbdr/serpentity.git"
+    "url": "https://gitlab.com/serpentity/serpentity.git"
   },
   "dependencies": {
+    "events": "^3.1.0"
   },
   "devDependencies": {
-    "babel-preset-es2015": "6.6.x",
-    "gulp": "3.9.x",
-    "gulp-babel": "6.1.x",
-    "gulp-concat": "2.6.x",
-    "gulp-rename": "1.2.x",
-    "gulp-uglify": "1.5.x"
+    "@hapi/eslint-config-hapi": "^13.0.2",
+    "@hapi/eslint-plugin-hapi": "^4.3.5",
+    "eslint": "^8.44.0"
   },
   "engines": {
-    "node": ">= 4.0.0"
+    "node": ">= 20.0.0"
+  },
+  "scripts": {
+    "lint": "eslint lib",
+    "test": "node test/integration.js"
   },
   "main": "./lib/serpentity.js"
 }