{
  "name": "oetzi-backend",
  "version": "0.0.1",
  "description": "Ötzi game frontend.",
  "license": "MIT",
  "scripts": {
    "serve": "parcel serve src/index.html --open",
    "build": "parcel build src/index.html --public-url ./",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "axios": "^0.26.0",
    "bootbox": "^5.5.2",
    "eslint": "^8.1.0",
    "phaser": "^3.55.2",
    "bootstrap": "^4.4.0",
    "jquery": "^3.4.1",
    "popper.js": "^1.16.0"
  },
  "devDependencies": {
    "parcel-bundler": "^1.12.4",
    "parcel-plugin-static-files-copy": "^2.6.0"
  },
  "engines": {
    "node": "16.x"
  },
  "repository": {
    "url": "https://gitlab.inf.unibz.it/commul/oetzi"
  },
  "staticFiles": {
    "staticPath": "public",
    "watcherGlob": "**"
  }
}