UNPKG

zalo-api-service

Version:

A wrapper library to help integrate with Zalo API.

34 lines (33 loc) 648 B
{ "name": "zalo-api-service", "version": "1.4.6", "description": "A wrapper library to help integrate with Zalo API.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+ssh@bitbucket.org:teliovn/zalo-api.git" }, "keywords": [ "Zalo", "Zalo API", "Zalo API NodeJS", "Zalo API Typescript" ], "author": "Kyle Dinh", "license": "ISC", "dependencies": { "axios": "^0.21.1", "qs": "^6.10.1" }, "devDependencies": { "@types/qs": "^6.9.7" } }