{
  "name": "@coveo/atomic-component-health-check",
  "type": "module",
  "version": "2.2.19",
  "description": "A Health checker for custom Atomic component",
  "main": "./dist/index.js",
  "author": "Coveo",
  "homepage": "https://github.com/coveo/cli#readme",
  "bin": {
    "atomic-meta-check": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "scripts": {
    "release:phase1": "npx -p=@coveord/release npm-publish",
    "build": "rimraf dist && tsc -b tsconfig.build.json",
    "preversion": "npm run build",
    "pretest": "rimraf dist && tsc -b tsconfig.json",
    "test:unit": "jest --testPathIgnorePatterns=e2e",
    "test:e2e": "node --experimental-vm-modules --no-warnings ../../../../node_modules/jest/bin/jest.js --testPathPattern=e2e",
    "test": "npm run test:unit && npm run test:e2e",
    "test:ci:snap": "npm run test:unit -- -u && npm run test:e2e -- -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coveo/cli.git"
  },
  "bugs": {
    "url": "https://github.com/coveo/cli/issues"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "coveo",
    "atomic"
  ],
  "dependencies": {
    "chalk": "4.1.2",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@coveo/do-npm": "1.0.0",
    "@coveo/verdaccio-starter": "1.0.0",
    "@types/jest": "29.5.1",
    "@types/node": "18.16.3",
    "fs-extra": "11.1.1",
    "jest": "29.5.0",
    "stdout-stderr": "0.1.13",
    "tree-kill": "1.2.2",
    "ts-jest": "29.1.0",
    "typescript": "4.9.5"
  }
}
