{
	"name": "lestin",
	"version": "0.5.2",
	"description": "Vanilla JSX, No Virtual-DOM",
	"keywords": [
		"jsx",
		"tsx",
		"dom",
		"vdom",
		"virtual-dom",
		"js",
		"ts",
		"react",
		"jsx-runtime"
	],
	"homepage": "https://lestin.js.org",
	"bugs": "https://github.com/movahhedi/lestin/issues",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/movahhedi/lestin.git",
		"directory": "/"
	},
	"author": {
		"name": "Shahab Movahhedi",
		"email": "dev@shmovahhedi.com",
		"url": "https://shmovahhedi.com/"
	},
	"type": "module",
	"packageManager": "pnpm@11.17.0",
	"source": "src/index.js",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "src/index.d.cts",
	"typings": "src/index.d.cts",
	"umd:main": "dist/index.umd.js",
	"unpkg": "dist/index.js",
	"exports": {
		".": {
			"types": "./src/index.d.cts",
			"browser": "./dist/index.js",
			"import": "./dist/index.js",
			"umd": "./dist/index.umd.js",
			"require": "./dist/index.cjs",
			"default": "./dist/index.js"
		},
		"./jsx-runtime": {
			"types": "./src/index.d.cts",
			"browser": "./dist/index.js",
			"import": "./dist/index.js",
			"umd": "./dist/index.umd.js",
			"require": "./dist/index.cjs",
			"default": "./dist/index.js"
		},
		"./jsx-dev-runtime": {
			"types": "./src/index.d.cts",
			"browser": "./dist/index.js",
			"import": "./dist/index.js",
			"umd": "./dist/index.umd.js",
			"require": "./dist/index.cjs",
			"default": "./dist/index.js"
		},
		"./jsx-runtime/index.js": "./src/index.js",
		"./jsx-runtime/index.d.cts": "./src/index.d.cts",
		"./jsx-runtime/global.d.cts": "./src/global.d.cts",
		"./package.json": "./package.json"
	},
	"files": [
		"src",
		"dist"
	],
	"scripts": {
		"prepublishOnly": "pnpm build",
		"build": "npx tsdown",
		"dev": "npx tsdown --watch",
		"test": "pnpm build && vitest run --config test/vitest.config.js --coverage",
		"update": "npx npm-check-updates -i"
	},
	"dependencies": {
		"@types/prop-types": "^15.7.15",
		"csstype": "^3.2.3"
	},
	"devDependencies": {
		"@movahhedi/eslint-config": "^1.2.3",
		"@vitest/browser-playwright": "4.1.10",
		"@vitest/coverage-v8": "4.1.10",
		"eslint": "^10.8.0",
		"npm-check-updates": "^22.2.9",
		"prettier": "^3.9.6",
		"prop-types": "^15.8.1",
		"playwright": "^1.61.1",
		"tsdown": "^0.22.14",
		"typescript": "^6.0.3",
		"vitest": "^4.1.10"
	}
}
