@uneiotech/elisa_whatsapp
Version:
Elisa WhatsApp is a library to stable a communication between channels and server.
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "@uneiotech/elisa_whatsapp",
"version": "1.0.9",
"description": "Elisa WhatsApp is a library to stable a communication between channels and server.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"WhatsApp",
"Elisa",
"whatsapp",
"ElisaActive",
"ElisaActiveListening"
],
"author": "Gabriel Torres",
"license": "ISC",
"devDependencies": {
"@types/jest": "^22.2.3",
"codecov": "^3.1.0",
"jest": "^23.6.0",
"prettier": "^1.13.2",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^3.2.0"
},
"dependencies": {
"@types/request-promise": "^4.1.47",
"request-promise": "^4.2.6"
}
}