]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Trim gitignore
[rbdr/serpentity] / package.json
index 1e37373e0237dff862ca1603f933b205761bd4b5..8958c41d67e12e0723f49abf70dfe0a349a73a1a 100644 (file)
@@ -1,28 +1,26 @@
 {
-  "name": "serpentity",
-  "description": "A simple entity framework inspired by ash",
-  "version": "1.0.0-alpha1",
+  "name": "@serpentity/serpentity",
+  "description": "An Entity-Component-System Engine",
+  "version": "4.0.0",
+  "type": "module",
+  "license": "Apache-2.0",
   "contributors": [
     {
-      "name": "Ben Beltran",
-      "email": "ben@nsovocal.com",
-      "url": "http://nsovocal.com"
+      "name": "Rubén Beltrán del Río",
+      "email": "subscriptions@unlimited.pizza",
+      "url": "https://unlimited.pizza"
     }
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/rbdr/serpentity.git"
-  },
-  "dependencies": {
-  },
-  "devDependencies": {
-    "babel-preset-es2015": "6.6.x",
-    "gulp": "3.9.x",
-    "gulp-babel": "6.1.x",
-    "gulp-concat": "2.6.x"
+    "url": "https://git.sr.ht/~rbdr/serpentity"
   },
   "engines": {
-    "node": ">= 4.0.0"
+    "node": ">= 20.0.0"
+  },
+  "scripts": {
+    "lint": "quick-lint-js **/*.js",
+    "test": "node --test --experimental-test-coverage"
   },
   "main": "./lib/serpentity.js"
 }