@ts-for-gir/reporter
Version:
Problem reporting and comprehensive generation analysis for ts-for-gir
46 lines • 979 B
JSON
{
"name": "@ts-for-gir/reporter",
"version": "4.0.0-beta.38",
"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": {
"@types/node": "^24.5.2",
"typescript": "^5.9.2"
},
"dependencies": {
"colorette": "^2.0.20"
}
}