{
  "name": "@sap-ux/annotation-generator",
  "version": "1.0.28",
  "description": "Library that provides API for generation of annotations by SAP Fiori App Generator",
  "type": "module",
  "publisher": "SAPSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/SAP/open-ux-tools.git",
    "directory": "packages/annotation-generator"
  },
  "author": "SAP SE",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "dependencies": {
    "@sap-ux/annotation-converter": "0.10.22",
    "@sap-ux/vocabularies-types": "0.16.0",
    "mem-fs-editor": "9.4.0",
    "@sap-ux/fiori-annotation-api": "1.0.28",
    "@sap-ux/odata-annotation-core-types": "1.0.2",
    "@sap-ux/odata-entity-model": "1.0.1",
    "@sap-ux/project-access": "2.2.0"
  },
  "devDependencies": {
    "mem-fs": "2.1.0",
    "@types/mem-fs": "1.1.2",
    "@types/mem-fs-editor": "7.0.1",
    "npm-run-all2": "9.0.2"
  },
  "engines": {
    "node": ">=22.x"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "compile": "tsc --build",
    "build": "npm-run-all clean compile",
    "clean": "rimraf --glob ./coverage ./dist *.tsbuildinfo  ./reports",
    "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "pre-commit": "lint-staged --quiet",
    "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --ci --forceExit --detectOpenHandles --colors --maxWorkers=3",
    "watch": "tsc  --build ./ -watch"
  }
}