{
  "name": "lumora-ir",
  "version": "1.1.2",
  "description": "Lumora Intermediate Representation system for framework-agnostic UI components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && npm run copy-schema",
    "copy-schema": "mkdir -p dist/schema && cp src/schema/*.yaml dist/schema/ && cp src/schema/*.json dist/schema/",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build && npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lumora/lumora.git",
    "directory": "packages/lumora_ir"
  },
  "bugs": {
    "url": "https://github.com/lumora/lumora/issues"
  },
  "homepage": "https://github.com/lumora/lumora#readme",
  "keywords": [
    "lumora",
    "ir",
    "intermediate-representation",
    "react",
    "flutter",
    "transpiler",
    "bidirectional",
    "code-generation"
  ],
  "author": "Lumora Team",
  "license": "MIT",
  "dependencies": {
    "@babel/parser": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@babel/types": "^7.28.5",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "chokidar": "^3.6.0",
    "commander": "^11.1.0",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^20.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  }
}
