{
	"name": "norns-ui",
	"version": "0.1.1",
	"description": "Interoperable web components for decentralized applications",
	"main": "dist/index.js",
	"bin": {
		"norns": "./dist/index.js"
	},
	"type": "module",
	"files": [
		"dist"
	],
	"types": "dist/custom-elements-jsx.d.ts",
	"scripts": {
		"build": "bun build src/index.ts --outdir dist --target node && bun run build:components && bun run build:types",
		"build:components": "bun scripts/build-components.ts",
		"build:types": "bun scripts/build-types.ts",
		"build:site": "bun scripts/build-site",
		"dev": "bun site/index.html --console",
		"preview": "bun site-dist/index.html --console"
	},
	"keywords": [
		"web-components",
		"cli",
		"shadcn",
		"components"
	],
	"devDependencies": {
		"@types/bun": "latest",
		"bun-plugin-tailwind": "^0.0.15",
		"tailwindcss": "^4.1.13"
	},
	"peerDependencies": {
		"typescript": "^5"
	},
	"dependencies": {
		"@noble/hashes": "^2.0.0"
	}
}
