]> git.r.bdr.sh - rbdr/serpentity/blame - package.json
Use browserslist defaults
[rbdr/serpentity] / package.json
CommitLineData
85861d67 1{
b3b840f8
RBR
2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
3828c567 4 "version": "3.0.1",
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/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",
29 "eslint": "^6.8.0",
30 "webpack": "^4.42.0",
31 "webpack-cli": "^3.3.11"
85861d67 32 },
eecd25c9 33 "engines": {
44acc931 34 "node": ">= 12.0.0"
b3b840f8 35 },
44acc931 36 "browserslist": [
3828c567 37 "defaults"
44acc931 38 ],
b3b840f8
RBR
39 "scripts": {
40 "build": "webpack --config ./config/webpack.js",
41 "lint": "eslint lib",
4d421669 42 "test": "node test/integration.js"
eecd25c9 43 },
8b245929 44 "main": "./lib/serpentity.js"
85861d67 45}