@pixi/basis
Version:
Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "@pixi/basis",
"version": "7.4.3",
"description": "Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!",
"keywords": [
"basisu",
"pixi",
"compressed-textures",
"loaders"
],
"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"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/pixijs/pixijs/issues"
},
"peerDependencies": {
"@pixi/assets": "7.4.3",
"@pixi/compressed-textures": "7.4.3",
"@pixi/core": "7.4.3"
}
}