UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

66 lines (65 loc) 1.69 kB
{ "name": "recime-bot-runtime", "license": "Apache-2.0", "version": "2018.07.301533", "main": "index.js", "scripts": { "prepublish": "gulp build", "start": "gulp", "test": "tsc -p test/tsconfig.json && mocha test/dist/test" }, "repository": { "type": "git", "url": "git+https://github.com/Recime/bot-runtime.git" }, "engines": { "node": ">=6.9.0" }, "dependencies": { "ajv": "^4.11.5", "app-module-path": "^2.2.0", "biguint-format": "^1.0.0", "flake-idgen": "^1.1.0", "handlebars": "^4.0.8", "lodash.chunk": "^4.2.0", "mime-types": "^2.1.19", "moment-timezone": "^0.5.21", "object-mapper": "^3.0.1", "recime-bot-extension": "^3.1.4", "recime-keyvalue-store": "^1.2.6", "recime-message-responder": "^2.8.0", "request": "^2.87.0", "resolve-url": "^0.2.1", "xml2js": "^0.4.17", "yamljs": "^0.3.0" }, "devDependencies": { "@types/mocha": "^2.2.41", "@types/node": "^7.0.67", "aws-sdk": "^2.282.1", "body-parser": "^1.18.3", "concat-stream": "^1.6.0", "data2xml": "^1.2.5", "dotenv": "^4.0.0", "express": "3.4.7", "gulp": "^3.9.1", "gulp-bump": "^2.7.0", "gulp-coffee": "^2.3.3", "gulp-gitignore": "^0.1.0", "gulp-jshint": "^2.0.4", "gulp-nodemon": "^2.2.1", "gulp-notify": "^2.2.0", "gulp-rename": "^1.4.0", "gulp-sourcemaps": "^1.9.1", "gulp-typescript": "^3.1.6", "gulp-uglify": "^2.0.0", "gulp-yaml": "^1.0.1", "gulp-zip": "^4.2.0", "jshint": "^2.9.5", "method-override": "^2.3.8", "mocha": "^3.2.0", "moment": "^2.22.2", "ngrok": "^2.2.21", "typescript": "^2.9.2" } }