{
    "name": "keap-core-service-v2-sdk-ts",
    "version": "2.0.13",
    "description": "SDK for keap-core-service-v2-sdk",
    "author": "Keap Engineering",
    "repository": {
        "type": "git",
        "url": "https://github.com/infusionsoft/keap-sdk.git"
    },
    "keywords": [
        "fetch",
        "typescript",
        "Keap"
    ],
    "license": "Apache 2.0",
    "main": "./dist/index.js",
    "type": "commonjs",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.js"
        }
    },
    "files": [
        "dist"
    ],
    "typings": "./dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build"
    },
    "dependencies": {
        "whatwg-fetch": "^3.0.0",
        "es6-promise": "^4.2.4",
        "url-parse": "^1.4.3"
    },
    "devDependencies": {
        "typescript": "^4.0",
        "@types/url-parse": "1.4.4"
    }
}
