{
  "name": "@sap-ux/fe-fpm-writer",
  "description": "SAP Fiori elements flexible programming model writer",
  "version": "1.3.17",
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/open-ux-tools.git",
    "directory": "packages/fe-fpm-writer"
  },
  "bugs": {
    "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Afe-fpm-writer"
  },
  "type": "module",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "files": [
    "LICENSE",
    "dist",
    "templates",
    "!dist/*.map",
    "!dist/**/*.map"
  ],
  "dependencies": {
    "@sap-ux/annotation-converter": "0.10.22",
    "@sap-ux/vocabularies-types": "0.16.0",
    "@xmldom/xmldom": "0.9.10",
    "ejs": "3.1.10",
    "i18next": "26.3.6",
    "mem-fs": "2.1.0",
    "mem-fs-editor": "9.4.0",
    "semver": "7.8.5",
    "xml-formatter": "3.7.0",
    "xpath": "0.0.34",
    "@sap-ux/fiori-annotation-api": "1.0.27",
    "@sap-ux/i18n": "1.0.3",
    "@sap-ux/project-access": "2.1.13",
    "@sap-ux/logger": "1.0.3"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@types/inquirer": "8.2.6",
    "@types/ejs": "3.1.5",
    "@types/mem-fs": "1.1.2",
    "@types/mem-fs-editor": "7.0.1",
    "@types/semver": "7.7.1",
    "@types/vinyl": "2.0.12",
    "@sap-ux/ui-prompting": "1.0.14"
  },
  "engines": {
    "node": ">=22.x"
  },
  "scripts": {
    "build": "tsc --build",
    "watch": "tsc --watch",
    "clean": "rimraf --glob dist test/test-output *.tsbuildinfo",
    "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --ci --forceExit --detectOpenHandles --colors"
  }
}