{
  "name": "@shopify/plugin-did-you-mean",
  "version": "3.52.0",
  "bugs": {
    "url": "https://github.com/Shopify/cli/issues"
  },
  "license": "MIT",
  "author": "Shopify",
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist",
    "/oclif.manifest.json"
  ],
  "eslintConfig": {
    "extends": [
      "../../.eslintrc.cjs"
    ]
  },
  "dependencies": {
    "@oclif/core": "2.11.7",
    "@shopify/cli-kit": "3.52.0",
    "n-gram": "2.0.2"
  },
  "devDependencies": {
    "vite": "^4.4.9",
    "vitest": "^0.34.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "@shopify:registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "engine-strict": true,
  "oclif": {
    "commands": "dist/commands",
    "topics": {
      "config:autocorrect": {
        "description": "Configure autocorrect feature."
      }
    },
    "hooks": {
      "command_not_found": "dist/index"
    }
  },
  "scripts": {
    "build": "nx build",
    "clean": "nx clean",
    "lint": "nx lint",
    "lint:fix": "nx lint:fix",
    "test": "nx run plugin-did-you-mean:test",
    "test:watch": "nx test:watch",
    "type-check": "nx type-check"
  }
}