{
  "name": "@sap/ams-dev",
  "version": "3.0.2",
  "description": "NodesJS AMS development environment",
  "bin": {
    "compile-dcl": "src/bin/compileDcl.js"
  },
  "main": "index.js",
  "files": [
    "cds-plugin.js",
    "src",
    "LICENSE"
  ],
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run update",
    "test": "npm run jest",
    "jest": "npx jest",
    "update": "npm run build:wasm",
    "build:wasm": "node scripts/build.js",
    "build:wasm:prod": "node scripts/build.js --prod",
    "build:wasm:clean": "node scripts/build.js --clean"
  },
  "repository": {
    "type": "git",
    "url": "git@github.wdf.sap.corp:CPSecurity/cloud-authorization-nodejs-development.git"
  },
  "keywords": [
    "sap",
    "btp",
    "ams",
    "dcl"
  ],
  "license": "SAP DEVELOPER LICENSE AGREEMENT",
  "dependencies": {
    "node-watch": "^0.7.4"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@sap/cds": "^9.0.0",
    "@sap/cds-dk": "^9.9.0",
    "@types/chai": "4.3.20",
    "@types/node": "18.19.130",
    "binaryen": "^122.0.0",
    "chai": "^4.3.10",
    "eslint": "^9.8.0",
    "globals": "^17.0.0",
    "jest": "^30.3.0",
    "nock": "^14.0.14"
  },
  "peerDependencies": {
    "@sap/cds": ">=8",
    "@sap/cds-dk": ">=8"
  },
  "peerDependenciesMeta": {
    "@sap/cds": {
      "optional": true
    },
    "@sap/cds-dk": {
      "optional": true
    }
  },
  "cds": {
    "requires": {
      "auth": {
        "ams": {
          "compileDcl": true,
          "autoDeployDcl": false
        }
      }
    }
  }
}
