{
  "name": "@octokit/tsconfig",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "4.0.0",
  "description": "TypeScript configuration for Octokit packages",
  "scripts": {
    "test": "node --test ./test/*.test.js"
  },
  "type": "module",
  "main": "tsconfig.json",
  "files": [
    "tsconfig.json"
  ],
  "repository": "github:octokit/tsconfig",
  "author": "Gregor Martynus (https://dev.to/gr2m)",
  "license": "MIT",
  "release": {
    "branches": [
      "main"
    ]
  },
  "devDependencies": {
    "ajv": "^8.12.0",
    "ajv-draft-04": "^1.0.0"
  }
}
