]>
Commit | Line | Data |
---|---|---|
85861d67 | 1 | { |
b3b840f8 RBR |
2 | "name": "@serpentity/serpentity", |
3 | "description": "An Entity-Component-System Engine", | |
988ca1a3 | 4 | "version": "4.0.0", |
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", | |
988ca1a3 | 16 | "url": "https://git.sr.ht/~rbdr/serpentity" |
85861d67 | 17 | }, |
eecd25c9 | 18 | "engines": { |
3d7e8509 | 19 | "node": ">= 20.0.0" |
b3b840f8 RBR |
20 | }, |
21 | "scripts": { | |
988ca1a3 RBR |
22 | "lint": "quick-lint-js **/*.js", |
23 | "test": "node --test --experimental-test-coverage" | |
eecd25c9 | 24 | }, |
8b245929 | 25 | "main": "./lib/serpentity.js" |
85861d67 | 26 | } |