mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@girs/gvc-1.0",
|
|
"version": "1.0.0-3.2.4",
|
|
"description": "GJS TypeScript type definitions for Gvc-1.0, generated from library version 1.0.0",
|
|
"type": "module",
|
|
"module": "gvc-1.0.js",
|
|
"main": "gvc-1.0.js",
|
|
"exports": {
|
|
"./ambient": "./gvc-1.0-ambient.d.ts",
|
|
"./import": "./gvc-1.0-import.d.ts",
|
|
".": {
|
|
"import": {
|
|
"types": "./gvc-1.0.d.ts",
|
|
"default": "./gvc-1.0.js"
|
|
},
|
|
"require": {
|
|
"types": "./gvc-1.0.d.cts",
|
|
"default": "./gvc-1.0.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "yarn test:esm && yarn test:cjs",
|
|
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gvc-1.0.d.ts",
|
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gvc-1.0.d.cts"
|
|
},
|
|
"dependencies": {
|
|
"@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/gobject-2.0": "^2.78.0-3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"keywords": [
|
|
"Gir",
|
|
"TypeScript",
|
|
"types",
|
|
"GObject-Introspection",
|
|
"GJS",
|
|
"Gvc-1.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/gvc-1.0#readme"
|
|
} |