UNPKG

nihilqui

Version:

Typescript .d.ts generator from GIR for gjs and node-gtk

29 lines (28 loc) 884 B
{ "name": "ts-for-gir-node-gtk-gio-2-cat-promisify-packages", "version": "3.0.3", "description": "Simple Node Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "commonjs", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:app": "yarn node esbuild.mjs", "build": "yarn build:app", "start:app": "node dist/main.js main.ts", "debug:app": "GTK_DEBUG=interactive yarn start:app", "start": "yarn clear && yarn build && yarn start:app", "validate": "yarn validate:app", "validate:app": "tsc --noEmit", "clear": "rm -rf dist @types" }, "author": "Pascal Garber <pascal@artandcode.studio>", "license": "MIT", "devDependencies": { "esbuild": "^0.17.19", "typescript": "^5.1.3" }, "dependencies": { "node-gtk": "^0.11.0" } }