{ "name": "@girs/gmodule-2.0", "version": "2.0.0-3.2.4", "description": "GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0", "type": "module", "module": "gmodule-2.0.js", "main": "gmodule-2.0.js", "exports": { "./ambient": "./gmodule-2.0-ambient.d.ts", "./import": "./gmodule-2.0-import.d.ts", ".": { "import": { "types": "./gmodule-2.0.d.ts", "default": "./gmodule-2.0.js" }, "require": { "types": "./gmodule-2.0.d.cts", "default": "./gmodule-2.0.cjs" } } }, "scripts": { "test": "yarn test:esm && yarn test:cjs", "test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gmodule-2.0.d.ts", "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gmodule-2.0.d.cts" }, "dependencies": { "@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", "GModule-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/gmodule-2.0#readme" }