UNPKG

node-sens

Version:

Simple & Easy Notification Service client in NAVER CLOUD PLATFORM

63 lines (62 loc) 1.29 kB
{ "name": "node-sens", "version": "1.3.0", "description": "Simple & Easy Notification Service client in NAVER CLOUD PLATFORM", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "prebuild": "rm -rf dist", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/Bumkeyy/node-sens.git" }, "author": "bumkeyy <kgbum2222@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Bumkeyy/node-sens/issues" }, "homepage": "https://github.com/Bumkeyy/node-sens#readme", "devDependencies": { "@types/jest": "^26.0.8", "coveralls": "^3.1.0", "istanbul": "^0.4.5", "jest": "^26.2.2", "standard-version": "^9.0.0", "ts-jest": "^26.1.4", "typescript": "^3.9.7" }, "dependencies": { "axios": "^0.19.2", "crypto": "^1.0.1" }, "jest": { "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "\\.test\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "json" ], "globals": { "ts-jest": { "diagnostics": true } } }, "keywords": [ "http", "sms", "naver", "ncp", "platform", "client", "node" ] }