UNPKG

ppurio

Version:

뿌리오 비공식 메세지 전송 API 라이브러리

51 lines (50 loc) 1.17 kB
{ "name": "ppurio", "version": "1.0.7", "description": "뿌리오 비공식 메세지 전송 API 라이브러리", "author": "N.com", "repository": { "type": "git", "url": "https://github.com/ndotcom/ppurio.git" }, "keywords": [ "ppurio", "뿌리오", "문자", "메세지", "sms", "lms", "mms" ], "license": "MIT", "bugs": { "url": "https://github.com/ndotcom/ppurio/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build", "release": "./publish.sh" }, "dependencies": { "axios": "^1.4.0" }, "devDependencies": { "@nestjs/common": ">=9.4.0", "@types/jest": "^29.5.1", "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/parser": "^5.47.1", "eslint": "^8.31.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "jest-mock-axios": "^4.7.2", "prettier": "^2.8.1", "standard-version": "^9.5.0", "ts-jest": "^29.1.0", "typescript": "^4.9.4" } }