UNPKG

@loaders.gl/ply

Version:

Framework-independent loader for the PLY format

57 lines (56 loc) 1.47 kB
{ "name": "@loaders.gl/ply", "version": "4.4.2", "description": "Framework-independent loader for the PLY format", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "3d", "mesh", "point cloud", "PLY" ], "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./ply-worker.js": { "import": "./dist/ply-worker.js" } }, "sideEffects": false, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-worker && npm run build-bundle && npm run build-bundle-dev", "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js", "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js", "build-worker": "esbuild src/workers/ply-worker.ts --bundle --outfile=dist/ply-worker.js --define:__VERSION__=\\\"$npm_package_version\\\"" }, "dependencies": { "@loaders.gl/loader-utils": "4.4.2", "@loaders.gl/schema": "4.4.2", "@loaders.gl/schema-utils": "4.4.2" }, "peerDependencies": { "@loaders.gl/core": "~4.4.0" }, "gitHead": "1c9649781db0403dbf7c3f1224bbeec77bd812eb" }