{
	"name": "@js-draw/material-icons",
	"version": "1.33.0",
	"description": "Material icon pack for js-draw. ",
	"types": "./dist/mjs/lib.d.ts",
	"main": "./dist/cjs/lib.js",
	"exports": {
		".": {
			"types": "./dist/mjs/lib.d.ts",
			"import": "./dist/mjs/lib.mjs",
			"require": "./dist/cjs/lib.js"
		},
		"./bundle": {
			"types": "./dist/mjs/bundle.d.ts",
			"default": "./dist/bundle.js"
		}
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/personalizedrefrigerator/js-draw.git"
	},
	"author": "Henry Heino",
	"license": "(MIT AND Apache-2.0)",
	"scripts": {
		"dist": "yarn run build",
		"build": "build-tool build",
		"watch": "build-tool watch"
	},
	"devDependencies": {
		"@js-draw/build-tool": "^1.33.0",
		"js-draw": "^1.33.0"
	},
	"peerDependencies": {
		"js-draw": "^1.0.1"
	},
	"bugs": {
		"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
	},
	"homepage": "https://github.com/personalizedrefrigerator/js-draw#readme",
	"gitHead": "8f427476d052d5a3276aa5dbdac535f0d5f3fcd3"
}
