Files
Foundry-VTT-Docker/resources/app/node_modules/@pixi/compressed-textures/package.json

39 lines
872 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "@pixi/compressed-textures",
"version": "7.4.2",
"description": "Loaders for compressed texture file formats",
"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",
"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"
},
"sideEffects": true,
"peerDependencies": {
"@pixi/assets": "7.4.2",
"@pixi/core": "7.4.2"
}
}