UNPKG

multivocal

Version:

A node.js library to assist with building best practice, configuration driven, Actions for the Google Assistant.

44 lines (43 loc) 1.2 kB
{ "name": "multivocal", "version": "0.18.0", "description": "A node.js library to assist with building best practice, configuration driven, Actions for the Google Assistant.", "main": "lib/multivocal.js", "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "zipfile": "pushd dialogflow/standard && zip -r ../standard.zip * && popd" }, "repository": { "type": "git", "url": "git+https://github.com/afirstenberg/multivocal.git" }, "keywords": [ "aog", "actions-on-google", "dialogflow", "voice" ], "author": "Allen \"Prisoner\" Firstenberg", "license": "Apache-2.0", "bugs": { "url": "https://github.com/afirstenberg/multivocal/issues" }, "homepage": "https://github.com/afirstenberg/multivocal#readme", "dependencies": { "axios": "^0.21.1", "debug": "^4.1.1", "firebase-admin": "^9.11.0", "firebase-functions": "^3.14.1", "handlebars": "^4.7.7", "handlebars-helpers": "^0.10.0", "jsonwebtoken": "^8.5.1", "jwk-to-pem": "^2.0.5", "object-assign-deep": "^0.3.1", "speechmarkdown-js": "^2.0.0", "uuid": "^8.3.2" } }