{
  "name": "@sap-ux/generator-adp",
  "displayName": "SAPUI5 Adaptation Project",
  "homepage": "https://help.sap.com/viewer/584e0bcbfd4a4aff91c815cefa0bce2d/Cloud/en-US/ada9567b767941aba8d49fdb4fdedea7.html",
  "description": "Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.",
  "version": "1.0.22",
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/open-ux-tools.git",
    "directory": "packages/generator-adp"
  },
  "bugs": {
    "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue"
  },
  "license": "Apache-2.0",
  "main": "generators/app/index.js",
  "files": [
    "LICENSE",
    "generators",
    "yeoman.png",
    "!generators/*.map",
    "!generators/**/*.map"
  ],
  "keywords": [
    "yeoman-generator"
  ],
  "dependencies": {
    "@sap-devx/yeoman-ui-types": "1.25.0",
    "@sap-devx/feature-toggle-node": "2.1.0",
    "i18next": "25.10.10",
    "yeoman-generator": "5.10.0",
    "uuid": "11.1.1",
    "@sap-ux/adp-tooling": "1.0.21",
    "@sap-ux/axios-extension": "2.0.4",
    "@sap-ux/btp-utils": "2.0.3",
    "@sap-ux/feature-toggle": "1.0.3",
    "@sap-ux/inquirer-common": "1.0.14",
    "@sap-ux/logger": "1.0.1",
    "@sap-ux/project-access": "2.1.3",
    "@sap-ux/store": "2.0.2",
    "@sap-ux/system-access": "1.0.4",
    "@sap-ux/project-input-validator": "1.0.7",
    "@sap-ux/fiori-generator-shared": "1.0.13",
    "@sap-ux/odata-service-writer": "1.0.9",
    "@sap-ux/telemetry": "1.0.11"
  },
  "devDependencies": {
    "@jest/globals": "30.3.0",
    "@jest/types": "30.3.0",
    "@types/fs-extra": "11.0.4",
    "@types/inquirer": "8.2.6",
    "@types/vscode": "1.110.0",
    "@types/yeoman-environment": "2.10.11",
    "@types/yeoman-generator": "5.2.14",
    "@types/yeoman-test": "4.0.6",
    "@types/uuid": "11.0.0",
    "@vscode-logging/logger": "2.0.9",
    "fs-extra": "11.3.5",
    "rimraf": "6.1.3",
    "yeoman-test": "6.3.0",
    "@sap-ux/deploy-config-sub-generator": "1.0.27"
  },
  "engines": {
    "node": ">=22.x"
  },
  "generator-filter": {
    "types": [
      "adaptation-project",
      "project",
      "tools-suite"
    ]
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rimraf --glob generators 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",
    "test:abap": "jest --ci --forceExit --detectOpenHandles --colors test/app.test.ts --testNamePattern=\"ABAP Environment\"",
    "test:cf": "jest --ci --forceExit --detectOpenHandles --colors test/app.test.ts --testNamePattern=\"CF Environment\"",
    "link": "pnpm link --global",
    "unlink": "pnpm unlink --global"
  }
}