{
  "name": "@getgreenspark/impacts",
  "version": "1.6.0",
  "description": "Greenspark Impacts API SDK",
  "author": "Greenspark <support@getgreenspark.com> (https://getgreenspark.com/",
  "keywords": [
    "greenspark",
    "getgreenspark",
    "impact",
    "impacts",
    "api",
    "carbon offset",
    "carbon offsetting",
    "carbon footprint",
    "carbon estimation",
    "carbon removal",
    "trees",
    "plastic",
    "plant trees",
    "offset plastic",
    "carbon neutral",
    "sustainability",
    "carbon emissions"
  ],
  "license": "MIT",
  "homepage": "https://github.com/getgreenspark/sdks",
  "repository": {
    "type": "git",
    "url": "git@github.com:getgreenspark/sdks.git"
  },
  "bugs": "https://github.com/getgreenspark/sdks/issues",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "@types/node": "^12.11.5",
    "typescript": "^3.6.4"
  }
}
