UNPKG

@mimamch/qontak

Version:
33 lines (32 loc) 716 B
{ "name": "@mimamch/qontak", "version": "0.0.4-alpha", "private": false, "description": "Mekari Qontak API", "scripts": { "build": "pnpm tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "mekari", "qontak", "whatasapp", "api" ], "author": "Muhammad Imam Choirudin <mimamch28@gmail.com>", "repository": { "type": "git", "url": "https://github.com/mimamch/qontak.git" }, "homepage": "https://github.com/mimamch/qontak", "license": "MIT", "devDependencies": { "@types/node": "^22.13.1", "typescript": "^5.7.3" }, "dependencies": { "axios": "^1.7.9" } }