{
  "name": "vite-plugin-fastly-js-compute",
  "version": "0.4.2",
  "main": "dist/index.js",
  "repository": "git@github.com:ysugimoto/vite-plugin-fastly-js-compute",
  "author": "ysugimoto <sugimoto@wnotes.net>",
  "license": "MIT",
  "type": "module",
  "devDependencies": {
    "@biomejs/biome": "^1.4.1",
    "@types/node": "^20.10.4",
    "@types/node-fetch": "^2.6.9",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "typescript": "^5.3.3",
    "vitest": "^1.0.4"
  },
  "dependencies": {
    "@fastly/js-compute": "^3.7.3",
    "node-fetch": "^3.3.2",
    "vite": "^5.0.10"
  },
  "scripts": {
    "build": "tsc",
    "lint": "biome lint ./src",
    "test": "tsc && vitest",
    "prepare": "husky install"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "biome lint ./src",
      "biome format --write ./src"
    ]
  }
}
