luna-alimtalk
Version:
lunasoft alimtalk
37 lines (36 loc) • 665 B
JSON
{
"name": "luna-alimtalk",
"version": "1.3.3",
"description": "lunasoft alimtalk",
"main": "./lib/index.js",
"files": [
"/lib"
],
"repository": {
"type": "git",
"url": "https://github.com/idw111/luna-alimtalk"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build",
"test": "mocha \"test/**/*.test.js\""
},
"keywords": [
"루나소프트",
"카카오",
"알림톡"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"mocha": "^8.3.1",
"rimraf": "^3.0.2",
"should": "^13.2.3",
"typescript": "^4.2.3"
}
}