{
  "name": "@loaders.gl/basis",
  "version": "2.3.13",
  "description": "Framework-independent loader for the basis universal format",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "webgl",
    "loader",
    "3d",
    "texture",
    "basis"
  ],
  "main": "dist/es5/index.js",
  "module": "dist/esm/index.js",
  "esnext": "dist/es6/index.js",
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "bin",
    "README.md"
  ],
  "scripts": {
    "pre-build": "npm run copy-libs && npm run build-worker && npm run build-bundle && npm run build-bundle -- --env.dev",
    "copy-libs": "cp -rf ./src/libs ./dist/libs",
    "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js",
    "build-worker": "webpack --entry ./src/workers/basis-loader.worker.js --output ./dist/basis-loader.worker.js --config ../../scripts/worker-webpack-config.js"
  },
  "dependencies": {
    "@loaders.gl/core": "2.3.13",
    "@loaders.gl/loader-utils": "2.3.13",
    "texture-compressor": "^1.0.2"
  },
  "gitHead": "d5fbc8f8871c900a7d99d1e0145f47e6d857ebc1"
}
