42 lines
993 B
JSON
42 lines
993 B
JSON
{
|
|
"name": "@pixi/basis",
|
|
"version": "7.4.2",
|
|
"description": "Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@pixi/assets": "7.4.2",
|
|
"@pixi/compressed-textures": "7.4.2",
|
|
"@pixi/core": "7.4.2"
|
|
}
|
|
} |