2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
6 "license": "Apache-2.0",
9 "name": "Rubén Beltrán del Río",
10 "email": "subscriptions@unlimited.pizza",
11 "url": "https://unlimited.pizza"
16 "url": "https://gitlab.com/serpentity/serpentity.git"
22 "@hapi/code": "^8.0.1",
23 "@hapi/eslint-config-hapi": "^13.0.2",
24 "@hapi/eslint-plugin-hapi": "^4.3.5",
25 "@hapi/lab": "^22.0.3",
26 "@babel/core": "^7.8.7",
27 "@babel/preset-env": "^7.8.7",
28 "babel-loader": "8.0.6",
31 "webpack-cli": "^3.3.11"
37 "build": "webpack --config ./config/webpack.cjs",
39 "test": "node test/integration.js"
41 "main": "./lib/serpentity.js"