mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@girs/gtk-3.0",
|
|
"version": "3.24.39-3.2.2",
|
|
"description": "GJS TypeScript type definitions for Gtk-3.0, generated from library version 3.24.39",
|
|
"type": "module",
|
|
"module": "gtk-3.0.js",
|
|
"main": "gtk-3.0.js",
|
|
"exports": {
|
|
"./ambient": "./gtk-3.0-ambient.d.ts",
|
|
"./import": "./gtk-3.0-import.d.ts",
|
|
".": {
|
|
"import": {
|
|
"types": "./gtk-3.0.d.ts",
|
|
"default": "./gtk-3.0.js"
|
|
},
|
|
"require": {
|
|
"types": "./gtk-3.0.d.cts",
|
|
"default": "./gtk-3.0.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "yarn test:esm && yarn test:cjs",
|
|
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtk-3.0.d.ts",
|
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtk-3.0.d.cts"
|
|
},
|
|
"dependencies": {
|
|
"@girs/atk-1.0": "^2.45.1-3.2.2",
|
|
"@girs/cairo-1.0": "^1.0.0-3.2.2",
|
|
"@girs/freetype2-2.0": "^2.0.0-3.2.2",
|
|
"@girs/gdk-3.0": "^3.24.39-3.2.2",
|
|
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.2",
|
|
"@girs/gio-2.0": "^2.77.0-3.2.2",
|
|
"@girs/gjs": "^3.2.2",
|
|
"@girs/glib-2.0": "^2.77.0-3.2.2",
|
|
"@girs/gmodule-2.0": "^2.0.0-3.2.2",
|
|
"@girs/gobject-2.0": "^2.77.0-3.2.2",
|
|
"@girs/harfbuzz-0.0": "^7.1.0-3.2.2",
|
|
"@girs/pango-1.0": "^1.51.0-3.2.2",
|
|
"@girs/xlib-2.0": "^2.0.0-3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"keywords": [
|
|
"Gir",
|
|
"TypeScript",
|
|
"types",
|
|
"GObject-Introspection",
|
|
"GJS",
|
|
"Gtk-3.0"
|
|
],
|
|
"author": "ts-for-gir",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gjsify/types.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
|
},
|
|
"homepage": "https://github.com/gjsify/types/tree/main/gtk-3.0#readme"
|
|
} |