{
  "name": "@hero-design/snowflake-guard",
  "version": "1.4.3",
  "description": "A hero-design bot detecting snowflake usage",
  "author": "Hau Dao",
  "license": "ISC",
  "main": "lib/src/parseSource.js",
  "types": "lib/src/parseSource.d.ts",
  "files": [
    "lib/src"
  ],
  "homepage": "https://github.com//",
  "keywords": [
    "probot",
    "github",
    "probot-app"
  ],
  "scripts": {
    "build": "tsc",
    "start": "yarn build && probot run ./lib/src/index.js",
    "type-check": "tsc --noEmit",
    "test": "jest --passWithNoTests",
    "lint": "eslint src",
    "deploy": "netlify deploy --site snowflake-guard.netlify.app --prod --auth $NETLIFY_AUTH_TOKEN",
    "publish:npm": "yarn publish --access public"
  },
  "dependencies": {
    "@babel/parser": "^7.24.7",
    "@probot/adapter-aws-lambda-serverless": "^4.0.2",
    "probot": "^13.4.3",
    "recast": "^0.23.9"
  },
  "devDependencies": {
    "@eslint/compat": "^1.1.1",
    "@eslint/eslintrc": "^3.1.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.14.8",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "config-tsconfig": "8.42.5",
    "eslint": "^8.56.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-hd": "8.42.5",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^3.5.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.3.0",
    "jest": "^29.0.0",
    "nock": "^13.0.5",
    "prettier": "^2.5.1",
    "prettier-config-hd": "8.42.4",
    "smee-client": "^1.2.2",
    "ts-jest": "^29.0.0",
    "typescript": "^5.7.3"
  },
  "prettier": "prettier-config-hd",
  "engines": {
    "node": ">= 10.13.0"
  }
}
