{
	"name": "signia-react-jsx",
	"private": false,
	"description": "A tiny little drawing app (reactive state management).",
	"version": "0.1.5",
	"author": "tldraw GB Ltd.",
	"license": "MIT",
	"homepage": "https://tldraw.dev",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/tldraw/signia"
	},
	"bugs": {
		"url": "https://github.com/tldraw/signia/issues"
	},
	"files": [
		"jsx-dev-runtime.js",
		"jsx-dev-runtime.d.ts",
		"jsx-runtime.js",
		"jsx-runtime.d.ts"
	],
	"dependencies": {
		"signia-react": "0.1.5"
	},
	"devDependencies": {
		"@types/react": "*"
	},
	"peerDependencies": {
		"react": "^18"
	},
	"typedoc": {
		"readmeFile": "none",
		"entryPoint": "./src/index.ts",
		"displayName": "signia-react-jsx",
		"tsconfig": "./tsconfig.json"
	},
	"gitHead": "1d57d3e4d084325149f51fcb15c3eaca5ef8f357"
}
