{
  "name": "@byted-fe/ripgrep",
  "version": "1.7.4",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "test": "node ./test/test.js",
    "postinstall": "node ./lib/postinstall.js",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "changeset publish"
  },
  "license": "MIT",
  "optionalDependencies": {
    "@byted-fe/ripgrep-darwin-arm64": "1.0.3",
    "@byted-fe/ripgrep-darwin-x64": "1.0.3",
    "@byted-fe/ripgrep-linux-arm64": "1.0.3",
    "@byted-fe/ripgrep-linux-musl-x64": "1.0.3",
    "@byted-fe/ripgrep-linux-x64": "1.0.3",
    "@byted-fe/ripgrep-win32-x64": "1.0.3"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@changesets/cli": "^2.30.0"
  }
}
