UNPKG

@warriorteam/redai-zalo-sdk

Version:

Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account, ZNS, Consultation Service, Group Messaging, and Social APIs

74 lines (73 loc) 1.99 kB
{ "name": "@warriorteam/redai-zalo-sdk", "version": "1.11.1", "description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account, ZNS, Consultation Service, Group Messaging, and Social APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "publish:npm": "npm publish --access public", "publish:beta": "npm publish --tag beta --access public", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "test": "jest", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "keywords": [ "zalo", "zalo-api", "zalo-oa", "zalo-zns", "zalo-sdk", "typescript", "official-account", "notification-service", "consultation-service", "customer-support", "messaging" ], "author": "RedAI Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/warriorteam/redai-zalo-sdk.git" }, "bugs": { "url": "https://github.com/redai/redai-zalo-sdk/issues" }, "homepage": "https://github.com/redai/redai-zalo-sdk#readme", "dependencies": { "axios": "^1.11.0", "form-data": "^4.0.4" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.19.9", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE", "docs/**/*", "examples/**/*", "ARCHITECTURE.md", "SERVICES_ADDED.md", "CHANGELOG.md", "UPDATE_ARTICLE_STATUS.md" ], "engines": { "node": ">=16.0.0" } }