UNPKG

meta-cloud-api

Version:
121 lines 2.94 kB
{ "name": "meta-cloud-api", "version": "3.1.1", "description": "WhatsApp TypeScript SDK", "type": "module", "main": "./dist/index.mjs", "types": "./dist/index.d.mts", "sideEffects": false, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "./types": { "types": "./dist/types/index.d.ts", "import": "./dist/types/index.js" }, "./enums": { "types": "./dist/types/enums.d.ts", "import": "./dist/types/enums.js" }, "./utils": { "types": "./dist/utils/index.d.ts", "import": "./dist/utils/index.js" }, "./package.json": "./package.json" }, "typesVersions": { "*": { "types": "./dist/types/index.d.ts", "types/*": "./dist/types/*", "enums": "./dist/types/enums.d.ts", "utils": "./dist/utils/index.d.ts" } }, "keywords": [ "whatsapp", "whatsapp-sdk", "whatsapp-api", "whatsapp-bot", "whatsapp-business", "whatsapp-cloud-api", "whatsapp-typescript", "whatsapp-node", "whatsapp-messaging", "whatsapp-integration", "whatsapp-templates", "cloud-api", "typescript-sdk", "typescript", "nodejs", "messaging-api", "business-messaging", "chatbot", "meta", "waba" ], "author": "froggy1014", "license": "MIT", "homepage": "https://meta-cloud-api.site", "repository": { "type": "git", "url": "git+https://github.com/froggy1014/meta-cloud-api.git" }, "bugs": { "url": "https://github.com/froggy1014/meta-cloud-api/issues" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=20.12.0", "pnpm": ">=10.0.0" }, "devDependencies": { "@biomejs/biome": "^2.4.14", "@changesets/cli": "^2.31.0", "@commitlint/cli": "^20.5.3", "@commitlint/config-conventional": "^20.5.3", "@commitlint/cz-commitlint": "^20.5.3", "@commitlint/types": "^20.5.0", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "commitizen": "^4.3.1", "dotenv": "^17.4.2", "husky": "^9.1.7", "lint-staged": "^17.0.2", "next": "^16.2.5", "tsdown": "^0.21.10", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "lint-staged": { "*.{js,jsx,ts,tsx,json}": "biome check --write --" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "module": "./dist/index.mjs", "scripts": { "cz": "cz", "dev": "tsdown --watch", "build": "tsdown --clean", "format": "biome check --write .", "lint": "biome check .", "clean": "rm -rf dist node_modules", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest --watch", "changeset": "changeset", "changeset:version": "changeset version", "changeset:publish": "changeset publish", "release": "pnpm build && changeset publish" } }