@pixi/assets
Version:
Asset manager for PixiJS, loading resolving and Cacheing
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "@pixi/assets",
"version": "7.4.3",
"description": "Asset manager for PixiJS, loading resolving and Cacheing",
"keywords": [
"pixi",
"caching",
"resolving",
"loaders"
],
"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"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/pixijs/pixijs/issues"
},
"dependencies": {
"@types/css-font-loading-module": "^0.0.12"
},
"peerDependencies": {
"@pixi/core": "7.4.3"
}
}