rapid-intent-builder
Version:
Rapid intent builder for quick prototyping/development of complex intent/s
39 lines (38 loc) • 912 B
JSON
{
"name": "rapid-intent-builder",
"version": "0.2.1",
"description": "Rapid intent builder for quick prototyping/development of complex intent/s",
"bin": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truemedia/rapid-intent-builder.git"
},
"keywords": [
"rapid",
"intent",
"builder",
"molir",
"alexa",
"prototyping",
"natural",
"language"
],
"author": "Wade Penistone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Truemedia/rapid-intent-builder/issues"
},
"homepage": "https://github.com/Truemedia/rapid-intent-builder#readme",
"devDependencies": {
"jsonfile": "^5.0.0",
"yargs": "^12.0.2"
},
"dependencies": {
"glob-promise": "^3.4.0",
"lemme-lex": "^0.3.0",
"verbose-utterance": "^1.1.0"
}
}