{
  "name": "@ar-js-org/artoolkit5-js",
  "version": "0.3.2",
  "description": "ES6 module port of artoolkit5",
  "main": "dist/ARToolkit.js",
  "types": "types/index.d.ts",
  "files": ["types"],
  "scripts": {
    "dev": "webpack --mode development --progress --color --watch",
    "build": "webpack --mode production",
    "build-types": "tsc",
    "build-lib": "node ./scripts/makem.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andypotato/artoolkit5-js.git"
  },
  "author": "Andreas Schallwig",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/andypotato/artoolkit5-js/issues"
  },
  "homepage": "https://github.com/andypotato/artoolkit5-js#readme",
  "keywords": [
    "AR",
    "Augmented Reality",
    "ARToolkit5",
    "Emscripten"
  ],
  "devDependencies": {
    "@babel/core": "7.28.5",
    "@babel/plugin-transform-runtime": "7.28.5",
    "@babel/preset-env": "7.28.5",
    "babel-loader": "10.0.0",
    "typescript": "5.9.3",
    "webpack": "5.102.1",
    "webpack-cli": "6.0.1"
  },
  "dependencies": {
    "@babel/runtime": "7.28.4",
    "axios": "1.13.1"
  }
}
