{
	"name": "@adeptly/react-canvas-core",
	"version": "6.6.6",
	"author": "dylanvorster",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/projectstorm/react-diagrams.git"
	},
	"scripts": {
		"clean": "rimraf ./dist",
		"build": "../../node_modules/.bin/webpack"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"web",
		"diagram",
		"diagrams",
		"react",
		"typescript",
		"flowchart",
		"simple",
		"links",
		"nodes"
	],
	"main": "./dist/index.umd.js",
	"module": "./dist/index.js",
	"typings": "./dist/@types/index",
	"dependencies": {
		"@adeptly/geometry": "^6.6.6"
	},
	"peerDependencies": {
		"lodash": "4.*",
		"react": "16.* || 17.*"
	},
	"gitHead": "d125dd30522fe2bda6afb57b5061a7a9f9bcd121"
}
