{
  "name": "@kintone/plugin-manifest-validator",
  "version": "10.3.0",
  "author": {
    "name": "Cybozu, Inc.",
    "url": "https://cybozu.co.jp"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "dist/src/index.js",
  "files": [
    "manifest-schema.d.ts",
    "manifest-schema.json",
    "dist"
  ],
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "bytes": "^3.1.2"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.26.0",
    "@types/bytes": "^3.1.4",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "intelli-espower-loader": "^1.1.0",
    "json-schema-to-typescript": "^15.0.4",
    "power-assert": "^1.6.1"
  },
  "homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-manifest-validator#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kintone/js-sdk.git",
    "directory": "packages/plugin-manifest-validator"
  },
  "bugs": {
    "url": "https://github.com/kintone/js-sdk/issues"
  },
  "keywords": [
    "kintone"
  ],
  "license": "MIT",
  "scripts": {
    "start": "pnpm build --watch",
    "prebuild": "pnpm clean",
    "build": "tsc --build --force",
    "postbuild": "pnpm gen-dts",
    "gen-dts": "node script/generate-dts.js",
    "test": "jest",
    "test:ci": "jest --runInBand",
    "lint": "eslint src --max-warnings 0",
    "fix": "pnpm lint --fix",
    "clean": "rimraf dist"
  }
}