39 lines
856 B
JSON
39 lines
856 B
JSON
|
|
{
|
||
|
|
"name": "@pixi/mixin-cache-as-bitmap",
|
||
|
|
"version": "7.4.2",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"description": "Mixin to allow caching container and its children to a bitmap texture",
|
||
|
|
"author": "Mat Groves",
|
||
|
|
"homepage": "http://pixijs.com/",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/pixijs/pixijs.git"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib",
|
||
|
|
"*.d.ts"
|
||
|
|
],
|
||
|
|
"peerDependencies": {
|
||
|
|
"@pixi/core": "7.4.2",
|
||
|
|
"@pixi/display": "7.4.2",
|
||
|
|
"@pixi/sprite": "7.4.2"
|
||
|
|
}
|
||
|
|
}
|