Files
TheaninovOS/desktops/hyprland/ags/node_modules/@girs/nm-1.0/package.json
2023-11-15 16:09:26 +01:00

60 lines
1.5 KiB
JSON

{
"name": "@girs/nm-1.0",
"version": "1.43.1-3.1.0",
"description": "GJS TypeScript type definitions for NM-1.0, generated from library version 1.43.1",
"type": "module",
"module": "nm-1.0.js",
"main": "nm-1.0.js",
"typedoc": {
"entryPoint": "./nm-1.0.d.ts",
"readmeFile": "./README.md",
"displayName": "NM-1.0",
"tsconfig": "./tsconfig.doc.json"
},
"exports": {
"./ambient": "./nm-1.0-ambient.d.ts",
"./import": "./nm-1.0-import.d.ts",
".": {
"import": {
"types": "./nm-1.0.d.ts",
"default": "./nm-1.0.js"
},
"require": {
"types": "./nm-1.0.d.cts",
"default": "./nm-1.0.cjs"
}
}
},
"scripts": {
"test": "yarn test:esm && yarn test:cjs",
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit nm-1.0.d.ts",
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit nm-1.0.d.cts"
},
"dependencies": {
"@girs/gio-2.0": "^2.76.1-3.1.0",
"@girs/gjs": "^3.1.0",
"@girs/glib-2.0": "^2.76.1-3.1.0",
"@girs/gobject-2.0": "^2.76.1-3.1.0"
},
"devDependencies": {
"typescript": "*"
},
"keywords": [
"Gir",
"TypeScript",
"types",
"GObject-Introspection",
"GJS",
"NM-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/nm-1.0#readme"
}