{
  "name": "mecmapi",
  "version": "0.2.3",
  "description": "ManageEngine ECMA API - javascript library to work with ManageEngine (ServiceDesk Plus) REST API",
  "main": "index.js",
  "scripts": {
    "dtest": "nodemon ./test/dev/index.js",
    "test": "mocha",
    "release": "standard-version",
    "build": "embedme README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-e-hers/MECMAPI.git"
  },
  "keywords": [
    "mecmapi",
    "manageengine",
    "ME",
    "js",
    "javascript",
    "REST",
    "API",
    "ServiceDesk",
    "Plus",
    "ECMAScript",
    "library",
    "lib"
  ],
  "author": "grenudi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m-e-hers/MECMAPI/issues"
  },
  "homepage": "https://github.com/m-e-hers/MECMAPI#readme",
  "dependencies": {
    "node-fetch": "2.6.7"
  },
  "devDependencies": {
    "jsdoc": "^3.6.10",
    "mocha": "10.0.0",
    "nodemon": "1.3.3",
    "standard-version": "9.5.0",
    "embedme": "~1.22.0"
  }
}
