nihilqui
Version:
Typescript .d.ts generator from GIR for gjs and node-gtk
29 lines (28 loc) • 1.03 kB
JSON
{
"name": "ts-for-gir-gjs-gtk-4-custom-widget-example",
"version": "3.0.3",
"description": "This example shows the usage of custom widgets and virtual functions in GJS",
"main": "dist/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 Gdk-4.0 Graphene-1.0 --generateAlias",
"build:app": "yarn node esbuild.js",
"build": "yarn build:types && yarn build:app",
"start:app": "gjs -m dist/index.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"
}
}