{
	"author": "Ayfri",
	"bugs": {
		"url": "https://github.com/Ayfri/PIXI-Extended/issues"
	},
	"bundledDependencies": [
		"pixi.js"
	],
	"dependencies": {
		"pixi.js": "^6.0.4"
	},
	"description": "A framework as a npm library to help you develop with PIXI 2d games.",
	"devDependencies": {
		"@types/gulp": "^4.0.9",
		"@types/mocha": "^8.2.3",
		"@types/node": "^16.3.0",
		"esbuild": "^0.12.15",
		"floss": "^5.0.1",
		"gulp": "^4.0.2",
		"gulp-clean": "^0.4.0",
		"gulp-esbuild": "^0.8.3",
		"prettier": "^2.3.2",
		"reload": "^3.2.0",
		"typescript": "^4.3.5"
	},
	"homepage": "https://github.com/Ayfri/PIXI-Extended#readme",
	"keywords": [
		"pixi",
		"pixi.js",
		"pixi-extended",
		"pixi-utils",
		"utils",
		"2d",
		"games"
	],
	"license": "GNU",
	"main": "dist/index.js",
	"name": "pixi-extended",
	"prettier": {
		"arrowParens": "avoid",
		"bracketSpacing": false,
		"printWidth": 180,
		"singleQuote": true,
		"tabWidth": 4,
		"trailingComma": "es5",
		"useTabs": true
	},
	"types": "types",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Ayfri/PIXI-Extended.git"
	},
	"scripts": {
		"bundle": "npm run prettier && gulp bundle",
		"declarations": "gulp clean && tsc --declaration --emitDeclarationOnly --outDir types --skipLibCheck",
		"prepublishOnly": "npm run bundle && npm run declarations",
		"prettier": "prettier --write src ./*.json README.md gulpfile.js",
		"test": "floss --path tests --debug",
		"test:build": "npm run bundle && npm run test",
		"watch": "npm run bundle && gulp watch"
	},
	"version": "0.4.1"
}
