conversation-analytics-client
Version:
The client library to aggregate information for the conversation analytics.
42 lines (41 loc) • 1.26 kB
JSON
{
"name": "conversation-analytics-client",
"version": "0.2.5",
"description": "The client library to aggregate information for the conversation analytics.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Yoichiro Tanaka <yoichiro6642@gmail.com> (https://github.com/yoichiro)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yoichiro/conversation-analytics-client.git"
},
"bugs": {
"url": "https://github.com/yoichiro/conversation-analytics-client/issues",
"email": "yoichiro6642@gmail.com"
},
"homepage": "https://github.com/yoichiro/conversation-analytics-client.git",
"keywords": [
"actions-on-google",
"alexa"
],
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "npm run lint && tsc",
"build:clean": "yarn clean:pack && yarn clean && yarn build",
"clean": "rm -rf dist",
"clean:pack": "rm -f *.tgz",
"package": "yarn build:clean && yarn pack",
"release": "yarn build:clean && yarn publish"
},
"devDependencies": {
"@types/request": "^2.48.3",
"@types/uuid": "^3.4.5",
"tslint": "^5.20.0",
"typescript": "^3.6.2"
},
"dependencies": {
"request": "^2.88.0",
"uuid": "^3.3.3"
}
}