{
  "name": "@kintone/plugin-manifest-validator",
  "version": "11.2.0",
  "keywords": [
    "kintone"
  ],
  "homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-manifest-validator#readme",
  "bugs": {
    "url": "https://github.com/kintone/js-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kintone/js-sdk.git",
    "directory": "packages/plugin-manifest-validator"
  },
  "license": "MIT",
  "author": {
    "name": "Cybozu, Inc.",
    "url": "https://cybozu.co.jp"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "manifest-schema.d.ts",
    "manifest-schema.json",
    "dist"
  ],
  "dependencies": {
    "ajv": "8.18.0",
    "ajv-formats": "3.0.1",
    "bytes": "3.1.2"
  },
  "devDependencies": {
    "@types/bytes": "3.1.5",
    "json-schema-to-typescript": "15.0.4"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "prebuild": "pnpm clean",
    "build": "tsc --build --force",
    "postbuild": "pnpm gen-dts",
    "clean": "rimraf dist",
    "fix": "pnpm lint --fix",
    "gen-dts": "tsx script/generate-dts.ts",
    "lint": "eslint src --max-warnings 0",
    "start": "pnpm build --watch",
    "test": "vitest run",
    "test:ci": "vitest run"
  }
}