@ts-for-gir/lib
Version:
Typescript .d.ts generator from GIR for gjs
61 lines (60 loc) • 1.2 kB
JSON
{
"name": "@ts-for-gir/lib",
"version": "4.0.1",
"description": "Typescript .d.ts generator from GIR for gjs",
"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",
"gnome",
"gtk",
"glib",
"gobject",
"dts",
"type definitions"
],
"devDependencies": {
"@ts-for-gir/tsconfig": "^4.0.1",
"@types/ejs": "^3.1.5",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.2",
"rimraf": "^6.1.3",
"typescript": "^6.0.3"
},
"dependencies": {
"@gi.ts/parser": "^4.0.1",
"@ts-for-gir/reporter": "^4.0.1",
"@ts-for-gir/templates": "^4.0.1",
"colorette": "^2.0.20",
"ejs": "^5.0.2",
"glob": "^13.0.6",
"lodash": "4.18.1"
}
}