UNPKG

ck-dialogflow-webhook

Version:
73 lines (72 loc) 1.9 kB
{ "name": "ck-dialogflow-webhook", "version": "0.1.0", "description": "SOVA dialog webhook", "homepage": "https://sova.ai", "authors": [ { "name": "sova.ai", "gitHub": "https://github.com/sovaai" } ], "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.es.js", "engines": { "node": ">=10", "npm": ">=5" }, "scripts": { "start": "rollup -c -w", "build": "rollup -c", "commit-all": "git add . && git-cz", "changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, "keywords": [ "SOVA", "chat-kit-module" ], "license": "Apache-2.0", "peerDependencies": { "express": "^4.17.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.3", "@types/dialogflow": "^4.0.4", "@types/express": "^4.17.7", "@types/node": "^13.13.15", "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "@wessberg/rollup-plugin-ts": "^1.2.23", "commitizen": "^4.0.3", "conventional-changelog-cli": "^2.0.31", "cz-conventional-changelog": "^3.1.0", "dialogflow": "^1.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-config-react": "^1.1.7", "eslint-plugin-prettier": "^3.1.2", "jest": "^25.1.0", "prettier": "^1.19.1", "rollup": "^2.1.0", "rollup-plugin-peer-deps-external": "^2.2.2", "ts-jest": "^25.2.1", "ts-loader": "^6.2.2", "typescript": "^3.8.3" }, "repository": { "type": "git", "url": "git@github.com:sovaai/chatKit-dialogflow-webhook.git" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": {} }