]>
Commit | Line | Data |
---|---|---|
85861d67 | 1 | { |
b3b840f8 RBR |
2 | "name": "@serpentity/serpentity", |
3 | "description": "An Entity-Component-System Engine", | |
62bc93dd | 4 | "version": "3.0.2", |
44acc931 | 5 | "type": "module", |
5f26f629 | 6 | "license": "Apache-2.0", |
eecd25c9 | 7 | "contributors": [ |
85861d67 | 8 | { |
efd207c0 | 9 | "name": "Rubén Beltrán del Río", |
5f26f629 | 10 | "email": "subscriptions@unlimited.pizza", |
b3b840f8 | 11 | "url": "https://unlimited.pizza" |
85861d67 BB |
12 | } |
13 | ], | |
eecd25c9 BB |
14 | "repository": { |
15 | "type": "git", | |
5f26f629 | 16 | "url": "https://gitlab.com/serpentity/serpentity.git" |
85861d67 | 17 | }, |
7ae9e9d6 | 18 | "dependencies": { |
44acc931 | 19 | "events": "^3.1.0" |
7ae9e9d6 | 20 | }, |
eecd25c9 | 21 | "devDependencies": { |
44acc931 BB |
22 | "@hapi/eslint-config-hapi": "^13.0.2", |
23 | "@hapi/eslint-plugin-hapi": "^4.3.5", | |
3d7e8509 | 24 | "eslint": "^8.44.0" |
85861d67 | 25 | }, |
eecd25c9 | 26 | "engines": { |
3d7e8509 | 27 | "node": ">= 20.0.0" |
b3b840f8 RBR |
28 | }, |
29 | "scripts": { | |
b3b840f8 | 30 | "lint": "eslint lib", |
4d421669 | 31 | "test": "node test/integration.js" |
eecd25c9 | 32 | }, |
8b245929 | 33 | "main": "./lib/serpentity.js" |
85861d67 | 34 | } |