43 lines
918 B
JSON
43 lines
918 B
JSON
{
|
|
"name": "@pixi/utils",
|
|
"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": "Collection of utilities used by PixiJS",
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@pixi/color": "7.4.2",
|
|
"@pixi/constants": "7.4.2",
|
|
"@pixi/settings": "7.4.2",
|
|
"@types/earcut": "^2.1.0",
|
|
"earcut": "^2.2.4",
|
|
"eventemitter3": "^4.0.0",
|
|
"url": "^0.11.0"
|
|
}
|
|
} |