{
  "name": "@liveposter/ar-compiler",
  "version": "0.1.0",
  "type": "module",
  "description": "AR target compiler for Liveposter - generates .mind files from images",
  "main": "src/index.js",
  "bin": {
    "liveposter-ar-compile": "./bin/ar-compile-targets.js"
  },
  "scripts": {
    "build": "echo 'No build step required for ar-compiler'",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "ar",
    "augmented-reality",
    "mindar",
    "image-tracking",
    "target-compilation",
    "liveposter"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "strip-json-comments": "^5.0.3"
  }
}
