{
	"name": "@sylphx/lens-core",
	"version": "4.1.1",
	"description": "Core schema types and utilities for Lens",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"scripts": {
		"build": "bunup",
		"typecheck": "tsc --noEmit",
		"test": "bun test",
		"prepack": "[ -d dist ] || bun run build"
	},
	"files": [
		"dist",
		"src"
	],
	"keywords": [
		"lens",
		"schema",
		"types",
		"typescript"
	],
	"author": "SylphxAI",
	"license": "MIT",
	"dependencies": {
		"@sylphx/reify": "^0.1.2",
		"@sylphx/standard-entity": "^0.1.0"
	},
	"devDependencies": {
		"typescript": "^5.9.3",
		"zod": "^4.1.13"
	}
}
