{
  "name": "@rock-js/tools",
  "version": "0.13.5",
  "description": "Internal core utilities for Rock",
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "exports": {
    "types": "./dist/src/index.d.ts",
    "default": "./dist/src/index.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": {
    "@clack/prompts": "^0.11.0",
    "adm-zip": "^0.5.16",
    "appdirsjs": "^1.2.7",
    "fs-fingerprint": "^0.11.0",
    "is-unicode-supported": "^2.1.0",
    "nano-spawn": "^0.2.0",
    "picocolors": "^1.1.1",
    "string-argv": "^0.3.2",
    "tar": "^7.5.1",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@rock-js/test-helpers": "^0.13.5",
    "@types/adm-zip": "^0.5.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstackincubator/rock.git",
    "directory": "packages/tools"
  },
  "homepage": "https://rockjs.dev",
  "bugs": "https://github.com/callstackincubator/rock/issues",
  "license": "MIT",
  "author": "Callstack <incubator@callstack.com>"
}
