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

34 lines
733 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "@pixi/runner",
"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": "A simple alternative to events and signals with an emphasis on performance.",
"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"
]
}