{
  "name": "rock",
  "version": "0.13.3",
  "description": "Command-line interface for Rock - a React Native development toolkit",
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": null
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "rock": "dist/src/bin.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "dev": "tsc -p tsconfig.lib.json --watch",
    "publish:npm": "npm publish --access public",
    "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
  },
  "dependencies": {
    "@react-native-community/cli-config": "^20.0.0",
    "@rock-js/config": "^0.13.3",
    "@rock-js/tools": "^0.13.3",
    "adm-zip": "^0.5.16",
    "commander": "^12.1.0",
    "tar": "^7.5.1",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@react-native-community/cli-types": "^20.0.0",
    "@types/adm-zip": "^0.5.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstackincubator/rock.git",
    "directory": "packages/cli"
  },
  "homepage": "https://rockjs.dev",
  "bugs": "https://github.com/callstackincubator/rock/issues",
  "license": "MIT",
  "author": "Callstack <incubator@callstack.com>"
}
