UNPKG

@ingestkorea/client-sens

Version:

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

57 lines (56 loc) 1.41 kB
{ "name": "@ingestkorea/client-sens", "version": "1.10.0", "description": "INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.", "exports": { ".": { "import": "./dist-es/index.js", "require": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts" } }, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "files": [ "dist-cjs", "dist-es", "dist-types", "!dist-cjs/test/**", "!dist-es/test/**", "!dist-types/test/**" ], "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-*", "prepublishOnly": "npm run build" }, "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": "^22", "typescript": "^5" }, "dependencies": { "@ingestkorea/util-http-handler": "^1.3.0" }, "keywords": [ "sens", "kakao", "alimtalk", "sms", "push", "ncp" ] }