@alpinebuster/meshlib
Version:
JS/TS binding for the meshlib.
37 lines (36 loc) • 864 B
JSON
{
"name": "@alpinebuster/meshlib",
"version": "0.0.1",
"description": "JS/TS binding for the meshlib.",
"main": "lib/node/index.js",
"browser": "lib/web/index.js",
"keywords": [
"meshlib-binding",
"3d",
"point-cloud"
],
"author": "alpinebuster",
"homepage": "https://github.com/alpinebuster/meshlib#readme",
"bugs": {
"url": "https://github.com/alpinebuster/meshlib/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alpinebuster/meshlib.git"
},
"license": "Apache-2.0",
"scripts": {
"build": "./bundle.sh",
"prepare": "npm run build",
"test": "jest"
},
"devDependencies": {
"@types/emscripten": "^1.40.1",
"@types/jest": "^30.0.0",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}