1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "encantar",
- "version": "0.4.1",
- "description": "GPU-accelerated Augmented Reality for the web",
- "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
- "homepage": "https://github.com/alemart/encantar-js",
- "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",
- "clean": "rm -rf www/dist/*.*",
- "update": "npm update speedy-vision",
- "deploy": "npm run build && mkdocs gh-deploy",
- "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": {}
- }
|