UNPKG

@awesome-message/sdk

Version:

Awesome Message SDK for admin, messaging, and notification services

72 lines (71 loc) 2.34 kB
{ "name": "@awesome-message/sdk", "version": "0.10.3", "description": "Awesome Message SDK for admin, messaging, and notification services", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "browser": false, "homepage": "https://d2v25wevmvw6sf.cloudfront.net/", "engines": { "node": ">=16.8.0" }, "scripts": { "build": "tsup", "build:all": "cd ../shared && npm run build && cd ../sdk && npm run build", "dev": "tsup --watch", "lint": "eslint src --ext .ts,.tsx", "test": "jest", "test:watch": "jest --watch", "docs": "typedoc --excludeInternal --excludePrivate", "docs:build": "cd ../shared && npm run build && cd ../sdk && typedoc --excludeInternal --excludePrivate", "docs:watch": "typedoc --watch", "docs:serve": "cd ../shared && npm run build && cd ../sdk && typedoc --excludeInternal --excludePrivate && npx http-server docs -p 8080 -c-1 -o", "docs:dev": "npx http-server docs -p 8080 -c-1 -o", "prepublishOnly": "npm run build:all", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "publish:patch": "npm run version:patch && npm publish", "publish:minor": "npm run version:minor && npm publish", "publish:major": "npm run version:major && npm publish", "unpublish": "npm unpublish @awesome-message/sdk@", "unpublish:latest": "npm unpublish @awesome-message/sdk@latest", "unpublish:current": "npm unpublish @awesome-message/sdk@$(node -p \"require('./package.json').version\")", "list:versions": "npm view @awesome-message/sdk versions --json" }, "keywords": [ "awesome-message", "sdk", "messaging", "sms", "friendtalk", "alimtalk", "notification" ], "author": "Awesome Message", "license": "UNLICENSED", "repository": { "type": "git", "url": "https://github.com/purpleio-commerce-bg" }, "devDependencies": { "@types/node": "^20.19.1", "eslint": "^8.57.1", "http-server": "^14.1.1", "purpleio-commerce-shared": "workspace:*", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typedoc": "^0.28.5", "typescript": "^5.8.3" }, "dependencies": { "undici": "^7.10.0" }, "publishConfig": { "access": "public" } }