{
  "deprecated": "This package won't be maintained after the v13",
  "name": "@o3r/amaterasu-api-spec",
  "version": "13.5.4",
  "publishConfig": {
    "access": "public"
  },
  "description": "Commands relative to the Digital Apis",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "nx": "nx",
    "ng": "yarn nx",
    "build": "yarn nx build amaterasu-api-spec",
    "build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
    "postbuild": "patch-package-json-main"
  },
  "keywords": [
    "amaterasu-module",
    "api",
    "des"
  ],
  "devDependencies": {
    "@ama-terasu/core": "~13.5.4",
    "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
    "@nx/eslint-plugin": "~21.6.0",
    "@nx/jest": "~21.6.0",
    "@o3r/build-helpers": "~13.5.4",
    "@o3r/eslint-plugin": "~13.5.4",
    "@o3r/test-helpers": "~13.5.4",
    "@stylistic/eslint-plugin": "~5.6.0",
    "@types/jest": "~30.0.0",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "~24.10.0",
    "@typescript-eslint/parser": "~8.49.0",
    "angular-eslint": "~20.6.0",
    "cpy-cli": "^6.0.0",
    "eslint": "~9.39.0",
    "eslint-import-resolver-node": "~0.3.9",
    "eslint-import-resolver-typescript": "~4.4.0",
    "eslint-plugin-import": "~2.32.0",
    "eslint-plugin-import-newlines": "~1.4.0",
    "eslint-plugin-jest": "~29.2.0",
    "eslint-plugin-jsdoc": "~54.7.0",
    "eslint-plugin-prefer-arrow": "~1.2.3",
    "eslint-plugin-unicorn": "~60.0.0",
    "eslint-plugin-unused-imports": "~4.3.0",
    "globals": "^16.0.0",
    "jest": "~30.2.0",
    "jest-junit": "~16.0.0",
    "jest-util": "~30.2.0",
    "jsonc-eslint-parser": "~2.4.0",
    "nx": "~21.6.0",
    "ts-jest": "~29.4.0",
    "typescript": "~5.9.2",
    "typescript-eslint": "~8.49.0"
  },
  "dependencies": {
    "js-yaml": "^4.1.1",
    "loglevel": "^1.8.0",
    "tslib": "^2.6.2",
    "yargs": "~18.0.0"
  },
  "peerDependencies": {
    "@ama-terasu/core": "~13.5.4"
  },
  "engines": {
    "node": "^20.19.0 || ^22.17.0 || ^24.0.0",
    "vscode": "^1.67.0"
  },
  "contributors": [
    {
      "name": "Yannick Adam",
      "url": "https://github.com/yannickadam",
      "email": "yannickadam@users.noreply.github.com"
    },
    {
      "name": "Kilian Panot",
      "url": "https://github.com/kpanot",
      "email": "kpanot@users.noreply.github.com"
    },
    {
      "name": "Jeremy Bourgeois",
      "url": "https://github.com/jbourgeois-1A",
      "email": "jbourgeois-1A@users.noreply.github.com"
    },
    {
      "name": "Pierre Henri Ginoux",
      "url": "https://github.com/pginoux-1A",
      "email": "pginoux-1A@users.noreply.github.com"
    },
    {
      "name": "Mircea Vasile Rednic",
      "url": "https://github.com/mrednic-1A",
      "email": "mrednic-1A@users.noreply.github.com"
    },
    {
      "name": "Stephane Dalle",
      "url": "https://github.com/sdalle-1A",
      "email": "sdalle-1A@users.noreply.github.com"
    },
    {
      "name": "Nicolas Hoffmann",
      "url": "https://github.com/nhoffmann-1A",
      "email": "nhoffmann-1A@users.noreply.github.com"
    },
    {
      "name": "Victor Scaiceanu",
      "url": "https://github.com/vscaiceanu-1a",
      "email": "vscaiceanu-1A@users.noreply.github.com"
    },
    {
      "name": "Florian Paul",
      "url": "https://github.com/fpaul-1A",
      "email": "fpaul-1A@users.noreply.github.com"
    },
    {
      "name": "Corinne Paulve",
      "url": "https://github.com/cpaulve-1A",
      "email": "cpaulve-1A@users.noreply.github.com"
    },
    {
      "name": "Matthieu Crouzet",
      "url": "https://github.com/matthieu-crouzet",
      "email": "matthieu-crouzet@users.noreply.github.com"
    },
    {
      "name": "Salome Do",
      "url": "https://github.com/sdo-1A",
      "email": "sdo-1A@users.noreply.github.com"
    }
  ],
  "bugs": "https://github.com/AmadeusITGroup/otter/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AmadeusITGroup/otter.git"
  },
  "license": "BSD-3-Clause",
  "homepage": "https://amadeusitgroup.github.io/otter/"
}