zcatalyst-integ-cliq
Version:
Node.js SDK for integrating Zoho Catalyst with Zoho Cliq
59 lines (58 loc) • 1.41 kB
JSON
{
"name": "zcatalyst-integ-cliq",
"version": "1.1.0",
"description": "Node.js SDK for integrating Zoho Catalyst with Zoho Cliq",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"build": "npx tsc",
"build:watch": "npx tsc -w",
"test:unit": "jest --config ./jest.config.js",
"lint:src": "eslint --ext .ts src/ --fix --color -f stylish",
"lint": "run-p lint:src",
"test": "run-s test:unit",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "git add -A src tests",
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">=12.0.0"
},
"author": "Catalyst (https://www.zoho.com/catalyst/)",
"homepage": "https://www.zoho.com/catalyst/",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^26.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"typescript": "^4.8.4"
},
"dependencies": {
"zcatalyst-sdk-node": "^2.0.1"
},
"files": [
"lib/**/*"
],
"keywords": [
"zoho",
"catalyst",
"zcatalyst",
"zc",
"cliq",
"integ",
"integration",
"sdk"
]
}