{
  "name": "@pixi/assets",
  "version": "7.4.3",
  "description": "Asset manager for PixiJS, loading resolving and Cacheing",
  "author": "Mat Groves <mat.groves@play.co>",
  "homepage": "https://github.com/pixijs/pixijs#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "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": [
    "lib",
    "*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pixijs/pixijs.git"
  },
  "dependencies": {
    "@types/css-font-loading-module": "^0.0.12"
  },
  "peerDependencies": {
    "@pixi/core": "7.4.3"
  }
}