{
	"name": "@bigbluebutton/state",
	"description": "BigBlueButton's fork of tldraw 2.0-alpha.19 - A tiny little drawing app (state).",
	"version": "2.0.0-alpha.35",
	"packageManager": "yarn@3.5.0",
	"author": {
		"name": "tldraw GB Ltd.",
		"email": "hello@tldraw.com"
	},
	"license": "Apache-2.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/bigbluebutton/tldraw"
	},
	"bugs": {
		"url": "https://github.com/bigbluebutton/tldraw/issues"
	},
	"main": "dist-cjs/index.js",
	"files": [
		"dist-esm",
		"dist-cjs",
		"src"
	],
	"scripts": {
		"test": "lazy inherit",
		"test-coverage": "lazy inherit",
		"build": "yarn run -T tsx ../../scripts/build-package.ts",
		"build-api": "yarn run -T tsx ../../scripts/build-api.ts",
		"prepack": "yarn run -T tsx ../../scripts/prepack.ts",
		"postpack": "../../scripts/postpack.sh",
		"pack-tarball": "yarn pack",
		"lint": "yarn run -T tsx ../../scripts/lint.ts"
	},
	"jest": {
		"preset": "config/jest/node",
		"setupFiles": [
			"raf/polyfill"
		],
		"moduleNameMapper": {
			"^~(.*)": "<rootDir>/src/$1"
		},
		"transformIgnorePatterns": [
			"node_modules/(?!(nanoid)/)"
		],
		"testEnvironment": "jsdom"
	},
	"devDependencies": {
		"@types/lodash": "^4.14.188",
		"@types/react": "^18.0.24",
		"@types/react-test-renderer": "^18.0.0",
		"lodash": "^4.17.21",
		"react-test-renderer": "^18.2.0"
	},
	"peerDependencies": {
		"react": "^18"
	},
	"typedoc": {
		"readmeFile": "none",
		"entryPoint": "./src/index.ts",
		"displayName": "@bigbluebutton/state",
		"tsconfig": "./tsconfig.json"
	},
	"dependencies": {
		"@testing-library/react": "^16.0.0"
	},
	"stableVersion": "2.0.0-alpha.20",
	"module": "dist-esm/index.mjs",
	"source": "src/index.ts",
	"exports": {
		".": {
			"import": "./dist-esm/index.mjs",
			"require": "./dist-cjs/index.js"
		}
	}
}