{
  "name": "fabric-component-sample-package",
  "version": "1.0.0",
  "description": "Sample package of Fabric Component in harmony",
  "main": "index.ts",
  "scripts": {},
  "keywords": [],
  "author": "",
  "license": "ISC",
  "harmony": {
    "alias": "fabric-component-sample-package",
    "codegenConfig": [
      {
        "version": 1,
        "specPaths": [
          "./src/specs/v1"
        ]
      },
      {
        "version": 2,
        "specPaths": [
          "./src/specs/v2"
        ]
      }
    ]
  },
  "files": [
    "index.ts",
    "src/*",
    "harmony.tar.gz"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "^19.1.1",
    "react": "19.1.1",
    "react-native": "0.82.1"
  },
  "dependencies": {}
}