{
  "name": "@ts-for-gir/lib",
  "version": "4.0.0-beta.25",
  "description": "Typescript .d.ts generator from GIR for gjs",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "build": "yarn lint && yarn build:ts",
    "build:ts": "tsc",
    "clear": "yarn clear:build",
    "clear:build": "rimraf ./lib",
    "watch": "yarn build:ts --watch",
    "lint": "eslint . --fix",
    "update-package-descriptions": "wget https://raw.githubusercontent.com/vala-lang/valadoc-org/master/documentation/packages.xml"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gjsify/ts-for-gir.git"
  },
  "author": "Pascal Garber <pascal@artandcode.studio>",
  "files": [
    "lib"
  ],
  "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",
    "gnome",
    "gtk",
    "glib",
    "gobject",
    "dts",
    "type definitions"
  ],
  "devDependencies": {
    "@types/ejs": "^3.1.5",
    "@types/eslint": "9.6.1",
    "@types/lodash": "^4.17.17",
    "@types/node": "^24.0.1",
    "@typescript-eslint/eslint-plugin": "^8.34.0",
    "@typescript-eslint/parser": "^8.34.0",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.4.1",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@gi.ts/parser": "^4.0.0-beta.25",
    "colorette": "^2.0.20",
    "ejs": "^3.1.10",
    "glob": "^11.0.3",
    "lodash": "^4.17.21"
  }
}