{
	"name": "ncblock",
	"version": "0.0.58",
	"license": "MIT",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./react": {
			"import": "./dist/react/index.js",
			"types": "./dist/react/index.d.ts"
		},
		"./host": {
			"import": "./dist/host.js",
			"types": "./dist/host.d.ts"
		},
		"./vite": {
			"import": "./vite-plugin/index.js",
			"types": "./vite-plugin/index.d.ts"
		}
	},
	"bin": {
		"ncblock": "./bin/cli/cli.js"
	},
	"scripts": {
		"test": "vitest run --environment jsdom",
		"typecheck": "tsc --project tsconfig.json"
	},
	"files": [
		"src",
		"bin",
		"HOST.md",
		"docs",
		"vite-plugin",
		"dist"
	],
	"peerDependencies": {
		"react": "^19.2.5"
	},
	"peerDependenciesMeta": {
		"react": {
			"optional": true
		}
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.2",
		"@types/react": "^19.2.14",
		"@types/react-dom": "^19.2.3",
		"jsdom": "^29.1.0",
		"react": "^19.2.5",
		"react-dom": "^19.2.5",
		"vitest": "^4.1.5"
	},
	"dependencies": {
		"valibot": "^1.3.1"
	}
}
