Files
2023-11-15 16:09:26 +01:00

60 lines
1.6 KiB
JSON

{
"name": "@girs/gdk-3.0",
"version": "3.24.38-3.2.4",
"description": "GJS TypeScript type definitions for Gdk-3.0, generated from library version 3.24.38",
"type": "module",
"module": "gdk-3.0.js",
"main": "gdk-3.0.js",
"exports": {
"./ambient": "./gdk-3.0-ambient.d.ts",
"./import": "./gdk-3.0-import.d.ts",
".": {
"import": {
"types": "./gdk-3.0.d.ts",
"default": "./gdk-3.0.js"
},
"require": {
"types": "./gdk-3.0.d.cts",
"default": "./gdk-3.0.cjs"
}
}
},
"scripts": {
"test": "yarn test:esm && yarn test:cjs",
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-3.0.d.ts",
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-3.0.d.cts"
},
"dependencies": {
"@girs/cairo-1.0": "^1.0.0-3.2.4",
"@girs/freetype2-2.0": "^2.0.0-3.2.4",
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.4",
"@girs/gio-2.0": "^2.78.0-3.2.4",
"@girs/gjs": "^3.2.4",
"@girs/glib-2.0": "^2.78.0-3.2.4",
"@girs/gmodule-2.0": "^2.0.0-3.2.4",
"@girs/gobject-2.0": "^2.78.0-3.2.4",
"@girs/harfbuzz-0.0": "^8.2.1-3.2.4",
"@girs/pango-1.0": "^1.51.0-3.2.4"
},
"devDependencies": {
"typescript": "*"
},
"keywords": [
"Gir",
"TypeScript",
"types",
"GObject-Introspection",
"GJS",
"Gdk-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/gdk-3.0#readme"
}