{
  "name": "emissions-api-sdk",
  "version": "1.0.13",
  "description": "sdk for IBM Emissions APIs",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IBM/ibm-envizi-emissions-api-nodejs-sdk"
  },
  "keywords": [
    "EMISSIONS-API-SDK",
    "EMISSIONS-SDK",
    "IBM",
    "GHG",
    "IBMGHG",
    "SDK",
    "IBM-SDK",
    "EMISSION",
    "GHG-SDK",
    "GREEEN HOUSE GAS",
    "EMISSIONS",
    "EMISSIONS-API",
    "EMISSIONS API",
    "GHG EMISSIONS",
    "IBM-GHG",
    "SCOPE 3 EMISSIONS",
    "SCOPE 2 EMISSIONS",
    "SCOPE 1 EMISSIONS"
  ],
  "author": "santhosh0703,Prakhar-sahu,taylorsteffanj",
  "license": "Apache-2.0",
  "resolutions": {
    "@babel/core": "^7.29.6",
    "brace-expansion": "^5.0.6",
    "follow-redirects": "^1.16.0",
    "form-data": "^4.0.6",
    "handlebars": "^4.7.9",
    "js-yaml": "^4.2.0",
    "markdown-it": "^14.2.0",
    "minimatch": "^10.2.5",
    "test-exclude": "^7.0.1"
  },
  "dependencies": {
    "axios": "1.16.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.4",
    "axios-mock-adapter": "^2.1.0",
    "jest": "^30.3.0",
    "nock": "^14.0.6",
    "ts-jest": "^29.4.6",
    "typedoc": "^0.28.18",
    "typescript": "^5.9.2"
  }
}
