UNPKG

1.77 kBJSONView Raw
1{
2 "name": "recime-bot-runtime",
3 "license": "Apache-2.0",
4 "version": "2018.09.291301",
5 "main": "index.js",
6 "scripts": {
7 "prepublish": "gulp build",
8 "start": "gulp",
9 "test": "tsc -p test/tsconfig.json && mocha test/dist/test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Recime/bot-runtime.git"
14 },
15 "engines": {
16 "node": ">=6.9.0"
17 },
18 "dependencies": {
19 "ajv": "^4.11.5",
20 "app-module-path": "^2.2.0",
21 "babel-core": "^6.24.1",
22 "babel-preset-env": "^1.6.0",
23 "biguint-format": "^1.0.0",
24 "flake-idgen": "^1.1.0",
25 "fuse.js": "^3.2.1",
26 "handlebars": "^4.0.12",
27 "lodash.chunk": "^4.2.0",
28 "lodash.flatten": "^4.4.0",
29 "mime-types": "^2.1.20",
30 "moment-timezone": "^0.5.21",
31 "object-mapper": "^3.0.1",
32 "recime-bot-extension": "^3.3.5",
33 "recime-keyvalue-store": "^1.2.7",
34 "request": "^2.88.0",
35 "resolve-url": "^0.2.1",
36 "xml2js": "^0.4.17",
37 "yamljs": "^0.3.0"
38 },
39 "devDependencies": {
40 "@types/mocha": "^2.2.41",
41 "@types/node": "^8.10.30",
42 "aws-sdk": "^2.322.0",
43 "body-parser": "^1.18.3",
44 "concat-stream": "^1.6.0",
45 "data2xml": "^1.2.5",
46 "dotenv": "^4.0.0",
47 "express": "3.4.7",
48 "gulp": "^3.9.1",
49 "gulp-bump": "^2.7.0",
50 "gulp-coffee": "^2.3.3",
51 "gulp-gitignore": "^0.1.0",
52 "gulp-jshint": "^2.0.4",
53 "gulp-nodemon": "^2.2.1",
54 "gulp-notify": "^2.2.0",
55 "gulp-rename": "^1.4.0",
56 "gulp-sourcemaps": "^1.9.1",
57 "gulp-typescript": "^3.1.6",
58 "gulp-uglify": "^2.0.0",
59 "gulp-yaml": "^1.0.1",
60 "gulp-zip": "^4.2.0",
61 "jshint": "^2.9.6",
62 "method-override": "^2.3.8",
63 "mocha": "^3.2.0",
64 "moment": "^2.22.2",
65 "ngrok": "^2.2.21",
66 "typescript": "^2.9.2"
67 }
68}