mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-03 14:22:54 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@girs/glib-2.0",
|
|
"version": "2.78.0-3.2.4",
|
|
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.78.0",
|
|
"type": "module",
|
|
"module": "glib-2.0.js",
|
|
"main": "glib-2.0.js",
|
|
"exports": {
|
|
"./ambient": "./glib-2.0-ambient.d.ts",
|
|
"./import": "./glib-2.0-import.d.ts",
|
|
".": {
|
|
"import": {
|
|
"types": "./glib-2.0.d.ts",
|
|
"default": "./glib-2.0.js"
|
|
},
|
|
"require": {
|
|
"types": "./glib-2.0.d.cts",
|
|
"default": "./glib-2.0.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "yarn test:esm && yarn test:cjs",
|
|
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.ts",
|
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.cts"
|
|
},
|
|
"dependencies": {
|
|
"@girs/gjs": "^3.2.4",
|
|
"@girs/gobject-2.0": "^2.78.0-3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"keywords": [
|
|
"Gir",
|
|
"TypeScript",
|
|
"types",
|
|
"GObject-Introspection",
|
|
"GJS",
|
|
"GLib-2.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/glib-2.0#readme"
|
|
} |