UNPKG

botpress

Version:

The world's first CMS for bots. Easily create, manage and extend chatbots.

29 lines (28 loc) 756 B
{ "name": "<%= name %>", "version": "1.0.0", "description": "<%= description %>", "main": "index.js", "engines": { "node": ">= 8 < 11" }, "dependencies": { "botpress": "<%= version %>", "@botpress/audience": "<%= version %>", "@botpress/builtins": "<%= version %>", "@botpress/nlu": "<%= version %>", "@botpress/skill-choice": "<%= version %>", "@botpress/hitl": "<%= version %>", "@botpress/channel-web": "<%= version %>", "jsdoc-api": "^4.0.3", "lodash": "^4.17.10", "yn": "^2.0.0" }, "scripts": { "start": "node index.js", "ghost-sync": "botpress ghost-sync", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "<%= author %>", "license": "AGPL-3.0-only" }