]> git.r.bdr.sh - rbdr/serpentity/blob - package.json
Replace code and lab with ndoe test runner
[rbdr/serpentity] / package.json
1 {
2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
4 "version": "3.0.2",
5 "type": "module",
6 "license": "Apache-2.0",
7 "contributors": [
8 {
9 "name": "Rubén Beltrán del Río",
10 "email": "subscriptions@unlimited.pizza",
11 "url": "https://unlimited.pizza"
12 }
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://gitlab.com/serpentity/serpentity.git"
17 },
18 "dependencies": {
19 "events": "^3.1.0"
20 },
21 "devDependencies": {
22 "@hapi/eslint-config-hapi": "^13.0.2",
23 "@hapi/eslint-plugin-hapi": "^4.3.5",
24 "eslint": "^8.44.0"
25 },
26 "engines": {
27 "node": ">= 20.0.0"
28 },
29 "scripts": {
30 "lint": "eslint lib",
31 "test": "node test/integration.js"
32 },
33 "main": "./lib/serpentity.js"
34 }