{
  "name": "@ar-js-org/ar.js",
  "version": "3.4.0",
  "description": "Efficient Augmented Reality for the Web",
  "main": "./aframe/build/aframe-ar.js",
  "scripts": {
    "format-check": "prettier --check .",
    "format": "prettier --write .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./node_modules/.bin/webpack --mode=production",
    "build:dev": "./node_modules/.bin/webpack --mode=development --progress --watch",
    "server": "npx http-server -c -1",
    "prepare": "husky install"
  },
  "files": [
    "three.js/build",
    "aframe/build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AR-js-org/AR.js.git"
  },
  "keywords": [
    "AR.js",
    "artoolkit5-js",
    "AR",
    "VR",
    "three.js",
    "aframe",
    "augmented reality",
    "location based",
    "image tracking",
    "marker based"
  ],
  "author": "jeromeetienne@gmail.com",
  "contributors": [
    {
      "name": "Nicolò Carpignoli",
      "email": "nicolocarpignoli@gmail.com",
      "url": "https://nicolocarpignoli.github.io/me"
    },
    {
      "name": "Walter Perdan",
      "email": "info@walterperdan.com",
      "url": "https://www.walterperdan.com/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AR-js-org/AR.js/issues"
  },
  "homepage": "https://github.com/AR-js-org/AR.js/",
  "devDependencies": {
    "husky": "^7.0.0",
    "lint-staged": "^12.3.7",
    "prettier": "^2.6.0",
    "webpack": "^5.69.0",
    "webpack-cli": "^4.9.2",
    "worker-loader": "^3.0.8"
  },
  "dependencies": {
    "@ar-js-org/artoolkit5-js": "^0.1.3",
    "aframe": "^1.0.4",
    "three": "^0.133.0"
  },
  "lint-staged": {
    "*.js": "prettier --write"
  }
}
