{
  "name": "generator-langium",
  "version": "4.3.1",
  "description": "Yeoman generator for Langium - the language engineering tool",
  "homepage": "https://langium.org",
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "keywords": [
    "yeoman-generator",
    "language",
    "dsl",
    "lsp",
    "vscode"
  ],
  "license": "MIT",
  "files": [
    "app",
    "templates",
    "src"
  ],
  "type": "module",
  "exports": "./app/index.js",
  "scripts": {
    "clean": "shx rm -rf app",
    "build": "tsc",
    "watch": "tsc --watch",
    "run": "yo langium",
    "test": "vitest run",
    "debug": "npx --node-arg=--inspect yo langium",
    "publish:next": "npm --no-git-tag-version version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" && npm publish --tag next",
    "publish:latest": "npm publish --tag latest --access public"
  },
  "dependencies": {
    "chalk": "~5.6.2",
    "lodash": "~4.18.1",
    "which": "~7.0.0",
    "yeoman-environment": "~6.1.0",
    "yeoman-generator": "~8.2.2"
  },
  "devDependencies": {
    "@types/lodash": "~4.17.24",
    "@types/which": "~3.0.4",
    "@yeoman/types": "~1.11.1",
    "yeoman-test": "~11.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eclipse-langium/langium.git",
    "directory": "packages/generator-langium"
  },
  "bugs": "https://github.com/eclipse-langium/langium/issues",
  "author": {
    "name": "TypeFox",
    "url": "https://www.typefox.io"
  }
}
