]> git.r.bdr.sh - rbdr/serpentity/blame - package.json
Adapt integration tests
[rbdr/serpentity] / package.json
CommitLineData
85861d67 1{
b3b840f8
RBR
2 "name": "@serpentity/serpentity",
3 "description": "An Entity-Component-System Engine",
44acc931
BB
4 "version": "3.0.0",
5 "type": "module",
eecd25c9 6 "contributors": [
85861d67 7 {
efd207c0 8 "name": "Rubén Beltrán del Río",
eecd25c9 9 "email": "ben@nsovocal.com",
b3b840f8 10 "url": "https://unlimited.pizza"
85861d67
BB
11 }
12 ],
eecd25c9
BB
13 "repository": {
14 "type": "git",
b3b840f8 15 "url": "https://github.com/serpentity/serpentity.git"
85861d67 16 },
7ae9e9d6 17 "dependencies": {
44acc931 18 "events": "^3.1.0"
7ae9e9d6 19 },
eecd25c9 20 "devDependencies": {
44acc931
BB
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",
28 "eslint": "^6.8.0",
29 "webpack": "^4.42.0",
30 "webpack-cli": "^3.3.11"
85861d67 31 },
eecd25c9 32 "engines": {
44acc931 33 "node": ">= 12.0.0"
b3b840f8 34 },
44acc931
BB
35 "browserslist": [
36 "last 2 versions",
37 "not IE",
38 "not IE_mob"
39 ],
b3b840f8
RBR
40 "scripts": {
41 "build": "webpack --config ./config/webpack.js",
42 "lint": "eslint lib",
4d421669 43 "test": "node test/integration.js"
eecd25c9 44 },
8b245929 45 "main": "./lib/serpentity.js"
85861d67 46}