{
  "name": "ts-for-gir-gio-2-cat-types-only-example",
  "version": "3.0.3",
  "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext",
  "main": "index.js",
  "type": "module",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:types": "yarn ts-for-gir generate --configName=.ts-for-girrc.json",
    "build:app": "yarn node esbuild.js",
    "build": "yarn build:types && yarn build:app",
    "start:app": "gjs -m dist/main.js main.ts",
    "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"
  }
}
