{ "name": "@serpentity/serpentity", "description": "An Entity-Component-System Engine", "version": "4.0.0", "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://git.sr.ht/~rbdr/serpentity" }, "engines": { "node": ">= 20.0.0" }, "scripts": { "lint": "quick-lint-js **/*.js", "test": "node --test --experimental-test-coverage" }, "main": "./lib/serpentity.js" }