{
  "name": "@pixi/basis",
  "version": "7.4.3",
  "description": "Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!",
  "author": "Shukant Pal <shukantpal@outlook.com>",
  "homepage": "https://github.com/pixijs/pixijs#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "plugin": "dist/basis.js",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.mjs"
      },
      "require": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "lib",
    "assets",
    "*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pixijs/pixijs.git"
  },
  "peerDependencies": {
    "@pixi/assets": "7.4.3",
    "@pixi/compressed-textures": "7.4.3",
    "@pixi/core": "7.4.3"
  }
}