{
  "name": "@lattice-ui/system",
  "version": "0.6.0",
  "private": false,
  "main": "out/init.luau",
  "types": "out/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "default.project.json",
    "out",
    "src",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/astra-void/lattice-ui.git"
  },
  "dependencies": {
    "@lattice-ui/core": "0.6.0",
    "@lattice-ui/style": "0.6.0"
  },
  "peerDependencies": {
    "@rbxts/react": "^17",
    "@rbxts/react-roblox": "^17"
  },
  "scripts": {
    "build": "rbxtsc -p tsconfig.json",
    "lint": "biome check src",
    "lint:fix": "biome check src --write --unsafe",
    "typecheck": "tsc -p tsconfig.typecheck.json",
    "watch": "rbxtsc -p tsconfig.json -w"
  }
}