]> git.r.bdr.sh - rbdr/serpentity/blob - package.json
Remove webpack config
[rbdr/serpentity] / package.json
1 {
2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
4 "version": "4.0.0",
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://git.sr.ht/~rbdr/serpentity"
17 },
18 "engines": {
19 "node": ">= 20.0.0"
20 },
21 "scripts": {
22 "lint": "quick-lint-js **/*.js",
23 "test": "node --test --experimental-test-coverage"
24 },
25 "main": "./lib/serpentity.js"
26 }