botfriends-handover-nodejs
Version:
NodeJs wrapper for BOTfriends Handover Tool
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "botfriends-handover-nodejs",
"version": "1.1.4",
"description": "NodeJs wrapper for BOTfriends Handover Tool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://botfriends.de",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"lint": "tslint index.ts src/**/*",
"test": "mocha -r ts-node/register ./tests/**/**.ts",
"test:unit": "mocha -r ts-node/register ./tests/unit/**.spec.ts",
"test:manual": "ts-node ./tests/manual/**.ts",
"test:integration": "mocha -r ts-node/register ./tests/integration/**.spec.ts"
},
"keywords": [
"handover",
"chatbot",
"BOTfriends",
"human handover",
"handover tool",
"sdk"
],
"author": "Simon Kaiser",
"license": "ISC",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"mocha": "6.1.4",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"tslint-config-standard": "8.0.1",
"typescript": "3.5.2"
},
"dependencies": {
"axios": "0.19.0"
}
}