{
  "name": "ts-for-gir-gtk-3-hello-example",
  "version": "3.0.3",
  "description": "",
  "main": "main.ts",
  "private": true,
  "scripts": {
    "build": "yarn build:types && yarn build:app",
    "build:app": "yarn clear:app && webpack --env production",
    "build:types": "yarn ts-for-gir generate Gtk-3.0 GtkSource-3.0 -e gjs --noNamespace -t cjs",
    "clear:types": "rm -rf ./@types",
    "clear:app": "rm -rf ./dist",
    "clear": "yarn clear:app && yarn clear:types",
    "start": "yarn build && yarn start:app",
    "start:app": "gjs dist/main.js",
    "watch": "yarn build --watch",
    "validate": "yarn validate:types && yarn validate:app",
    "validate:types": "tsc --project tsconfig.types.json",
    "validate:app": "tsc --noEmit",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@ts-for-gir/cli": "workspace:^",
    "fork-ts-checker-webpack-plugin": "^8.0.0",
    "ts-loader": "^9.4.3",
    "typescript": "^5.1.3",
    "webpack": "^5.85.0",
    "webpack-cli": "^5.1.1"
  }
}
