{
  "name": "@sap/ams-dev",
  "version": "2.1.3",
  "config": {
    "dclCompilerVersion": "0.27.0"
  },
  "description": "NodesJS AMS development environment",
  "bin": {
    "compile-dcl": "src/bin/compileDcl.js"
  },
  "main": "index.js",
  "files": [
    "cds-plugin.js",
    "src",
    "resources"
  ],
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run update",
    "test": "npm run jest",
    "jest": "npx jest",
    "update": "node src/updateBins.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.wdf.sap.corp:CPSecurity/cloud-authorization-nodejs-development.git"
  },
  "keywords": [
    "sap",
    "btp",
    "ams",
    "dcl"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@sap/xsenv": "^5.2.0",
    "axios": "^1.7.4",
    "compressing": "^1.10.1",
    "node-watch": "^0.7.4",
    "tar-fs": "^3.0.0",
    "yargs": "~17.7.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@sap/cds": "^8",
    "@sap/cds-dk": "^8",
    "@types/chai": "4.3.20",
    "@types/node": "18.19.100",
    "@types/tar-fs": "^2.0.1",
    "@types/yargs": "17.0.33",
    "chai": "^4.3.10",
    "eslint": "^9.8.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "nock": "^14.0.0"
  },
  "peerDependencies": {
    "@sap/cds": ">=8",
    "@sap/cds-dk": ">=8"
  },
  "peerDependenciesMeta": {
    "@sap/cds": {
      "optional": true
    },
    "@sap/cds-dk": {
      "optional": true
    }
  },
  "cds": {
    "requires": {
      "auth": {
        "ams": {
          "autoDeployDcl": false
        }
      }
    }
  }
}