{
  "version": "1.4.0",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "typings": "dist/types/index.d.ts",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "src",
    "test"
  ],
  "engines": {
    "node": ">=14.17.0"
  },
  "scripts": {
    "build": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json",
    "prepare": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json",
    "test": "jest --passWithNoTests",
    "test:coverage": "jest --coverage --passWithNoTests",
    "lint": "eslint **/*.ts --ignore-path .eslintignore",
    "lint:fix": "eslint **/*.ts --ignore-path .eslintignore --fix"
  },
  "peerDependencies": {},
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5",
    "quoteProps": "preserve"
  },
  "name": "ev-recharge-sdk",
  "description": "This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.",
  "author": {
    "name": "developer sdksio",
    "email": "developer+sdksio@apimatic.io",
    "url": "https://developer.shell.com/support"
  },
  "devDependencies": {
    "@apimatic/test-utilities": "^0.0.1",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "eslint": "^8.34.0",
    "jest": "^29.4.3",
    "ts-jest": "^29.0.5",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@apimatic/authentication-adapters": "^0.5.4",
    "@apimatic/axios-client-adapter": "^0.3.7",
    "@apimatic/core": "^0.10.16",
    "@apimatic/oauth-adapters": "^0.4.8",
    "@apimatic/schema": "^0.7.14"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sdks-io/ev-recharge-js-sdk.git"
  },
  "bugs": {
    "url": "https://developer.shell.com/support",
    "email": "api@shell.com"
  },
  "homepage": "https://www.shell.com/",
  "keywords": [
    "EV",
    "Charging",
    "Shell",
    "APIMatic",
    "SDK",
    "APIs",
    "Recharge",
    "locations"
  ],
  "contributors": []
}