2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
8 "name": "Rubén Beltrán del Río",
9 "email": "ben@nsovocal.com",
10 "url": "https://unlimited.pizza"
15 "url": "https://github.com/serpentity/serpentity.git"
21 "@hapi/code": "^8.0.1",
22 "@hapi/eslint-config-hapi": "^13.0.2",
23 "@hapi/eslint-plugin-hapi": "^4.3.5",
24 "@hapi/lab": "^22.0.3",
25 "@babel/core": "^7.8.7",
26 "@babel/preset-env": "^7.8.7",
27 "babel-loader": "8.0.6",
30 "webpack-cli": "^3.3.11"
41 "build": "webpack --config ./config/webpack.js",
43 "test": "node test/integration.js"
45 "main": "./lib/serpentity.js"