{
  "name": "@hero-design/snowflake-guard",
  "version": "1.4.15-test-auto-workflow.0",
  "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",
    "test:ci": "jest --passWithNoTests",
    "lint": "eslint src --quiet",
    "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": "^22.0.0",
    "eslint": "^8.56.0",
    "eslint-config-hd": "8.42.6-test-auto-workflow.0",
    "jest": "^29.0.0",
    "nock": "^13.0.5",
    "prettier-config-hd": "8.42.5-test-auto-workflow.0",
    "smee-client": "^1.2.2",
    "ts-config-hd": "8.42.6-test-auto-workflow.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.7.3"
  },
  "prettier": "prettier-config-hd",
  "engines": {
    "node": "^20.0.0 || ^22.0.0"
  }
}
