{
	"name": "@westpac/pictogram",
	"version": "2.3.0",
	"description": "Small brand illustrations generally for visual embellishment, implemented as SVGs",
	"homepage": "https://gel.westpacgroup.com.au/design-system",
	"repository": "https://github.com/WestpacGEL/GEL/tree/master/components/pictogram",
	"license": "GPL-3.0+",
	"author": "Westpac GEL Team <gel@westpac.com.au>",
	"contributors": [
		{
			"name": "Jonathan Stening",
			"email": "info@jonathanstening.com",
			"url": "http://jonathanstening.com"
		},
		{
			"name": "Jeremy Ortiz",
			"email": "jeremy@jeremyortiz.io",
			"url": "https://www.jeremyortiz.io/"
		}
	],
	"sideEffects": false,
	"main": "dist/westpac-pictogram.cjs.js",
	"module": "dist/westpac-pictogram.esm.js",
	"scripts": {
		"build": "node ../../helpers/buildExports.js export informative decorative",
		"start": "PACKAGE_NAME=pictogram NODE_ENV=development webpack server --config ../../helpers/example/start.webpack.config.js",
		"test": "exit 0 # start-server-and-test start http://localhost:8080 test:all",
		"test:all": "yarn test:integration",
		"test:dev": "start-server-and-test start http://localhost:8080 test:test-dev",
		"test:integration": "cypress run",
		"test:test-dev": "cypress open"
	},
	"dependencies": {
		"@babel/runtime": "^7.14.8",
		"@westpac/core": "^3.2.1",
		"prop-types": "^15.7.2"
	},
	"devDependencies": {
		"@emotion/react": "^11.10.6",
		"@westpac/grid": "^2.2.1",
		"cypress": "^8.0.0",
		"react": "^18.2.0",
		"start-server-and-test": "^1.12.6"
	},
	"peerDependencies": {
		"@emotion/react": "^11.10.6",
		"react": "^18.2.0"
	},
	"blender": {
		"recipe": "blender/recipe.js"
	},
	"components": [
		{
			"name": "Pictogram",
			"src": "Pictogram.tsx"
		}
	],
	"preconstruct": {
		"entrypoints": [
			"index.ts",
			"informative/*.js",
			"decorative/*.js"
		]
	}
}
