@webarkit/ar-nft
Version:
WebAR Javscript library for markerless AR
69 lines (68 loc) • 2.05 kB
JSON
{
"name": "@webarkit/ar-nft",
"version": "0.14.13",
"main": "dist/ARnft.js",
"module": "dist/ARnft.mjs",
"types": "types/src/index.d.ts",
"description": "WebAR Javscript library for markerless AR",
"keywords": [
"ARToolKit",
"AR",
"ARnft",
"Augmented Reality",
"WebAR",
"JavaScript",
"jsartoolkit",
"jsartoolkit5",
"jsartoolkitNFT",
"NFT",
"Natural Feature Tracking",
"image tracking",
"markerless"
],
"author": {
"name": "Walter Perdan",
"email": "github@kalwaltart.it",
"url": "https://www.kalwaltart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/webarkit/ARnft"
},
"homepage": "https://github.com/webarkit/ARnft",
"contributors": [
"Github Contributors (https://github.com/webarkit/ARnft/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/webarkit/ARnft/issues"
},
"devDependencies": {
"@types/node": "24.12.2",
"@types/stats.js": "^0.17.4",
"@types/uuid": "10.0.0",
"prettier": "3.8.3",
"rimraf": "6.1.3",
"stats.js": "^0.17.0",
"ts-loader": "9.5.7",
"typedoc": "0.28.19",
"typescript": "6.0.3",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"worker-loader": "^3.0.8"
},
"scripts": {
"build-ts": "rimraf ./dist && tsc && webpack --mode production",
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch",
"docs": "typedoc",
"format-check": "prettier --check .",
"format": "prettier --write ."
},
"license": "LGPL-3.0",
"resolutions": {},
"dependencies": {
"@webarkit/jsartoolkit-nft": "1.7.7",
"@webarkit/oneeurofilter-ts": "0.1.2",
"terser-webpack-plugin": "5.5.0",
"uuid": "14.0.0"
}
}