UNPKG

@ar-js-org/artoolkit5-js

Version:
44 lines (43 loc) 1.17 kB
{ "name": "@ar-js-org/artoolkit5-js", "version": "0.3.1", "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.26.0", "@babel/plugin-transform-runtime": "7.25.9", "@babel/preset-env": "7.26.0", "babel-loader": "9.2.1", "typescript": "5.7.2", "webpack": "5.96.1", "webpack-cli": "5.1.4" }, "dependencies": { "@babel/runtime": "7.26.0", "axios": "1.7.7" } }