{
  "name": "dream11-marco",
  "version": "0.0.1",
  "description": "Benchmark React Native View Paint Time",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "bin": "./src/scripts/cli.js",
  "files": [
    "src",
    "lib",
    "public",
    "android",
    "ios",
    "cpp",
    "web/dist",
    "!web/dist/mock",
    "*.podspec",
    "react-native.config.json",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dream-sports-labs/marco.git"
  },
  "author": "Dream Sports Labs <dreamsportslabs@dream11.com> (https://github.com/dream-sports-labs)",
  "license": "(MIT AND Apache-2.0)",
  "bugs": {
    "url": "https://github.com/dream-sports-labs/marco/issues"
  },
  "homepage": "https://marco.dreamsportslabs.com",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@4.6.0",
  "codegenConfig": {
    "name": "RNPerformanceTrackerSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "outputDir": {
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.performancetracker"
    }
  },
  "dependencies": {
    "commander": "^12.1.0",
    "cosmiconfig": "^9.0.0",
    "serve": "14.2.4"
  }
}