UNPKG

@loaders.gl/i3s

Version:
64 lines (63 loc) 1.97 kB
{ "name": "@loaders.gl/i3s", "version": "4.3.3", "description": "i3s .", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "i3s", "tile", "mesh" ], "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" } }, "sideEffects": false, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle-dev && npm run build-worker && npm run build-worker-node", "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/i3s-content-worker.ts --outfile=dist/i3s-content-worker.js --target=esnext --bundle --define:__VERSION__=\\\"$npm_package_version\\\"", "build-worker-node": "esbuild src/workers/i3s-content-worker-node.ts --outfile=dist/i3s-content-worker-node.js --platform=node --target=node16 --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\"" }, "dependencies": { "@loaders.gl/compression": "4.3.3", "@loaders.gl/crypto": "4.3.3", "@loaders.gl/draco": "4.3.3", "@loaders.gl/images": "4.3.3", "@loaders.gl/loader-utils": "4.3.3", "@loaders.gl/math": "4.3.3", "@loaders.gl/schema": "4.3.3", "@loaders.gl/textures": "4.3.3", "@loaders.gl/tiles": "4.3.3", "@loaders.gl/zip": "4.3.3", "@math.gl/core": "^4.1.0", "@math.gl/culling": "^4.1.0", "@math.gl/geospatial": "^4.1.0" }, "peerDependencies": { "@loaders.gl/core": "^4.3.0" }, "gitHead": "65cb9a984f8aa95d11f50e92189d7fb32786dc41" }