{
  "name": "@ts-for-gir/reporter",
  "version": "4.1.0",
  "description": "Problem reporting and comprehensive generation analysis for ts-for-gir",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "check": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gjsify/ts-for-gir.git"
  },
  "author": "Pascal Garber <pascal@mailfreun.de>",
  "files": [
    "src"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/gjsify/ts-for-gir/issues"
  },
  "homepage": "https://github.com/gjsify/ts-for-gir#readme",
  "keywords": [
    "gjs",
    "typescript",
    "generate",
    "gir",
    "gobject-introspection",
    "reporter",
    "analysis"
  ],
  "devDependencies": {
    "@ts-for-gir/tsconfig": "^4.1.0",
    "@types/node": "^25.6.2",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "colorette": "^2.0.20"
  }
}
