Socket
Socket
Sign inDemoInstall

sayhi-ai

Package Overview
Dependencies
15
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.5

.babelrc

111

package.json
{
"name": "sayhi-ai",
"version": "1.0.3",
"description": "",
"main": "index.js",
"version": "1.0.5",
"description": "Human responses for your bots - Turn your bot's language into human language.",
"main": "lib/lib.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sayhi-ai/sayhi-npm.git"
},
"keywords": [
"conversational",
"bots",
"natural",
"language",
"human",
"conversation",
"say",
"hi",
"ai",
"artificial",
"intelligence",
"answers",
"responses",
"api",
"make",
"your",
"bot",
"build",
"tool",
"persona",
"for"
],
"tags": [
"conversational",
"bots",
"natural",
"language",
"human",
"conversation",
"say",
"hi",
"ai",
"artificial",
"intelligence",
"answers",
"responses",
"api",
"make",
"your",
"bot",
"build",
"tool",
"persona",
"for"
],
"author": "sayhi-ai",
"license": "MIT",
"bugs": {
"url": "https://github.com/sayhi-ai/sayhi-npm/issues"
},
"homepage": "https://sayhi.ai",
"engines": {
"npm": ">=3.0.0",
"node": ">=7.0.0"
},
"dependencies": {
"immutable": "^3.8.1",
"jwt-decode": "^2.1.0",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"esdoc": "^0.4.8",
"eslint": "^3.5.0",
"eslint-config-google": "^0.6.0",
"json-loader": "^0.5.4",
"npm-run-all": "^3.1.1",
"webpack": "^1.13.3",
"winston": "^2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "npm-run-all lint build",
"dev": "webpack --progress --config tools/webpack.config.dev.js --watch",
"lint": "eslint ./src",
"build": "webpack -p --config tools/webpack.config.prod.js",
"build:dev": "webpack -p --config tools/webpack.config.dev.js",
"generate-docs": "esdoc -c esdoc.json",
"deploy-docs": "gh-pages-deploy",
"clean-source": "rimraf README.md src webroot package.json",
"prepublish": "npm-run-all build"
},
"author": "",
"license": "ISC",
"dependencies": {
"reqwest": "^2.0.5",
"when": "^3.7.7",
"xhr2": "^0.1.3"
"gh-pages-deploy": {
"staticpath": "./docs",
"prep": [],
"post": [
"clean-source"
],
"noprompt": false
}
}
.idea/jsLibraryMappings.xml
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc