{ "name": "encantar", "version": "0.4.1", "description": "GPU-accelerated Augmented Reality for the web", "author": "Alexandre Martins (https://github.com/alemart)", "homepage": "https://encantar.dev", "license": "LGPL-3.0-or-later", "repository": "github:alemart/encantar-js", "funding": "https://github.com/sponsors/alemart", "keywords": [ "augmented reality", "mixed reality", "virtual reality", "ar", "xr", "vr", "webar", "webxr", "webvr", "webgl", "webgl2", "wasm", "magic", "aframe", "babylonjs", "threejs", "3d" ], "type": "module", "main": "src/main.ts", "scripts": { "start": "node esbuild.mjs --dev --minify --serve", "build": "tsc --noEmit && npm run clean && node esbuild.mjs && node esbuild.mjs --minify", "build-dev": "tsc --noEmit && npm run clean && node esbuild.mjs --dev && node esbuild.mjs --dev --minify", "update": "npm update speedy-vision", "deploy": "mkdocs gh-deploy", "docs": "mkdocs serve", "clean": "rm -rf www/dist/*.*", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "speedy-vision": "github:alemart/speedy-vision#v0.9.1" }, "devDependencies": { "esbuild": "0.24.2", "typescript": "^4.9.5" }, "config": {} }