UNPKG

nihilqui

Version:

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

29 lines (28 loc) 1.01 kB
{ "name": "ts-for-gir-timers-example", "version": "3.0.3", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:types": "yarn ts-for-gir generate Gtk-4.0 -e gjs --noNamespace -t cjs", "build:app": "yarn node esbuild.js", "build": "yarn build:types && yarn build:app", "start:app": "gjs dist/main.js", "debug:app": "GTK_DEBUG=interactive yarn start:app", "start": "yarn build && yarn start:app", "validate": "yarn validate:types && yarn validate:app", "validate:types": "tsc --project tsconfig.types.json", "validate:app": "tsc --noEmit", "clear": "rm -rf dist @types" }, "author": "Pascal Garber <pascal@artandcode.studio>", "license": "MIT", "devDependencies": { "@ts-for-gir/cli": "workspace:^", "esbuild": "^0.17.19", "typescript": "^5.1.3" } }