UNPKG

@ingestkorea/client-sens

Version:

INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.

42 lines (41 loc) 1.13 kB
{ "name": "@ingestkorea/client-sens", "version": "1.7.0", "description": "INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "scripts": { "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:types", "build:cjs": "tsc -p tsconfig.cjs.json", "build:es": "tsc -p tsconfig.es.json", "build:types": "tsc -p tsconfig.types.json", "clean": "rm -rf ./dist-*" }, "repository": { "type": "git", "url": "https://github.com/ingestkorea/client-sens.git" }, "author": "ingestkorea", "license": "MIT", "bugs": { "url": "https://github.com/ingestkorea/client-sens/issues" }, "homepage": "https://github.com/ingestkorea/client-sens#readme", "devDependencies": { "@types/node": "^18.11.0", "typescript": "^5.5.3" }, "dependencies": { "@ingestkorea/util-error-handler": "^1.0.3", "@ingestkorea/util-http-handler": "^1.1.2" }, "keywords": [ "sens", "kakao", "alimtalk", "sms", "push", "ncp" ] }