{
  "name": "ibm-cloud-env",
  "version": "0.3.6",
  "description": "Abstraction layer for CF and Kube env variables",
  "main": "lib/lib.js",
  "scripts": {
    "lint": "eslint .",
    "mocha": "nyc mocha --recursive",
    "test": "npm run lint && npm run mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "version": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ibm-developer/ibm-cloud-env.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "app-root-path": "^3.0.0",
    "jsonpath": "^1.1.1",
    "log4js": "^6.4.1",
    "underscore": "^1.13.1"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "coveralls": "^3.1.1",
    "eslint": "^8.1.0",
    "mocha": "^10.1.0",
    "nyc": "^15.1.0",
    "standard-version": "^9.3.2"
  }
}
