34 lines
765 B
JSON
34 lines
765 B
JSON
{
|
|
"name": "@pixi/graphics-smooth",
|
|
"version": "1.1.0",
|
|
"description": "PixiJS v7 plugin for smooth HHAA rendering of shapes",
|
|
"author": "Ivan Popelyshev",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib/index.mjs",
|
|
"types": "./lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/index.mjs",
|
|
"require": "./lib/index.js",
|
|
"types": "./lib/index.d.ts"
|
|
}
|
|
},
|
|
"homepage": "http://www.pixijs.com/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pixijs/graphics-smooth.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"lib/"
|
|
],
|
|
"peerDependencies": {
|
|
"@pixi/core": "^7.2.0",
|
|
"@pixi/display": "^7.2.0",
|
|
"@pixi/graphics": "^7.2.0"
|
|
}
|
|
} |