{
  "name": "@ts-for-gir/lib",
  "version": "3.0.3",
  "description": "Typescript .d.ts generator from GIR for gjs and node-gtk",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "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 . --ext .ts,.tsx --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",
    "node-gtk",
    "gir",
    "gobject-introspection",
    "gnome",
    "gtk",
    "glib",
    "gobject",
    "dts",
    "type definitions"
  ],
  "devDependencies": {
    "@types/ejs": "^3.1.2",
    "@types/eslint": "8.40.0",
    "@types/lodash": "^4.14.195",
    "@types/node": "^18.16.16",
    "@types/xml2js": "^0.4.11",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.8.8",
    "rimraf": "^5.0.1",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "colorette": "^2.0.20",
    "ejs": "^3.1.9",
    "lodash": "^4.17.21",
    "xml2js": "0.5.0"
  }
}
