zalo-api
Version:
A wrapper library to help integrate with Zalo API.
30 lines (29 loc) • 564 B
JSON
{
"name": "zalo-api",
"version": "0.3.0",
"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+https://github.com/kyled7/zalo-api.git"
},
"keywords": [
"Zalo",
"Zalo API",
"Zalo API NodeJS",
"Zalo API Typescript"
],
"author": "Kyle Dinh",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
}
}