UNPKG

@zohocrm/typescript-sdk-2.1

Version:
46 lines 1.18 kB
{ "name": "@zohocrm/typescript-sdk-2.1", "version": "1.1.0", "description": "TypeScript SDK for Zoho CRM", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/zoho/zohocrm-typescript-sdk-2.1" }, "files": [ "dist" ], "keywords": [ "Node", "Zoho", "CRM", "OAuth2", "API", "Typescript", "TS" ], "author": "Zoho CRM API Team (support@zohocrm.com)", "license": "Apache-2.0", "dependencies": { "@types/mysql": "^2.15.16", "@types/tunnel": "0.0.1", "form-data": "^3.0.0", "got": "^11.8.1", "mysql": "^2.18.1", "ts-node": "^9.1.1", "tunnel": "0.0.6", "typescript": "^4.5.2", "winston": "^3.2.1" }, "devDependencies": { "@types/node": "^16.11.12", "date": "^1.0.2", "string-format": "^2.0.0", "utils": "^0.3.1" }, "homepage": "https://github.com/zoho/zohocrm-typescript-sdk-2.1#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }