{ "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": "subscriptions@unlimited.pizza", "url": "https://unlimited.pizza" } ], "repository": { "type": "git", "url": "https://gitlab.com/serpentity/serpentity.git" }, "dependencies": { "events": "^3.1.0" }, "devDependencies": { "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.5", "eslint": "^8.44.0" }, "engines": { "node": ">= 20.0.0" }, "scripts": { "lint": "eslint lib", "test": "node test/integration.js" }, "main": "./lib/serpentity.js" }