UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@pixi/core",
3 "version": "7.2.4",
4 "main": "lib/index.js",
5 "module": "lib/index.mjs",
6 "types": "lib/index.d.ts",
7 "exports": {
8 ".": {
9 "import": {
10 "types": "./lib/index.d.ts",
11 "default": "./lib/index.mjs"
12 },
13 "require": {
14 "types": "./lib/index.d.ts",
15 "default": "./lib/index.js"
16 }
17 }
18 },
19 "description": "Core PixiJS",
20 "author": "Mat Groves",
21 "contributors": [
22 "Matt Karl <matt@mattkarl.com>"
23 ],
24 "homepage": "http://pixijs.com/",
25 "bugs": "https://github.com/pixijs/pixijs/issues",
26 "license": "MIT",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/pixijs/pixijs.git"
30 },
31 "publishConfig": {
32 "access": "public"
33 },
34 "files": [
35 "lib",
36 "*.d.ts"
37 ],
38 "funding": {
39 "type": "opencollective",
40 "url": "https://opencollective.com/pixijs"
41 },
42 "dependencies": {
43 "@pixi/color": "7.2.4",
44 "@pixi/constants": "7.2.4",
45 "@pixi/extensions": "7.2.4",
46 "@pixi/math": "7.2.4",
47 "@pixi/runner": "7.2.4",
48 "@pixi/settings": "7.2.4",
49 "@pixi/ticker": "7.2.4",
50 "@pixi/utils": "7.2.4",
51 "@types/offscreencanvas": "^2019.6.4"
52 }
53}