{
  "name": "@sap-ux/fiori-generator-shared",
  "description": "Commonly used shared functionality and types to support the fiori generator.",
  "version": "1.2.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/open-ux-tools.git",
    "directory": "packages/fiori-generator-shared"
  },
  "type": "module",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "files": [
    "LICENSE",
    "dist",
    "templates",
    "!dist/*.map",
    "!dist/**/*.map"
  ],
  "dependencies": {
    "@vscode-logging/logger": "2.0.9",
    "i18next": "26.3.6",
    "logform": "2.7.0",
    "mem-fs": "2.1.0",
    "mem-fs-editor": "9.4.0",
    "os-name": "4.0.1",
    "semver": "7.8.4",
    "@sap-ux/axios-extension": "2.0.7",
    "@sap-ux/btp-utils": "2.0.5",
    "@sap-ux/project-access": "2.1.8",
    "@sap-ux/telemetry": "1.0.21"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@types/mem-fs-editor": "7.0.1",
    "@types/mem-fs": "1.1.2",
    "@types/semver": "7.7.1",
    "@types/vscode": "1.109.0",
    "@types/yeoman-environment": "2.10.11",
    "@types/yeoman-generator": "5.2.14",
    "@sap-ux/logger": "1.0.3",
    "@sap-ux/store": "2.0.5"
  },
  "engines": {
    "node": ">=22.x"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo",
    "watch": "tsc --watch",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --ci --forceExit --detectOpenHandles --colors",
    "test-u": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --ci --forceExit --detectOpenHandles --colors -u",
    "link": "pnpm link --global",
    "unlink": "pnpm unlink --global"
  }
}