-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "botfuel-module-adapter-iadvize",
"version": "3.0.2",
"main": "index.js",
"repository": "https://github.com/Botfuel/botfuel-module-adapter-iadvize.git",
"author": "sysadmin@botfuel.io",
"description": "iAdvize adapter module for Botfuel Dialog",
"license": "Apache 2.0",
"scripts": {
"test": "BOTFUEL_APP_TOKEN=TEST_BOT BOTFUEL_APP_ID=TEST BOTFUEL_APP_KEY=TEST jest",
"style": "eslint src && eslint tests",
"prebuild": "node ./scripts/prebuild.js ",
"build": "babel src --out-dir build",
"prepare": "npm run build"
},
"dependencies": {
"botfuel-dialog": "^11.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.4.2",
"eslint-plugin-node": "^5.1.0",
"jest": "^23.5.0",
"jest-cli": "^23.1.0",
"request-promise-native": "^1.0.5",
"shelljs": "^0.8.2"
},
"peerDependencies": {
"botfuel-dialog": ">11.0.0"
},
"files": [
"build"
]
}