forked from Botfuel/botfuel-module-adapter-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.88 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "botfuel-module-adapter-messenger",
"version": "1.4.1",
"main": "index.js",
"repository": "https://github.com/Botfuel/botfuel-module-adapter-messenger.git",
"author": "Benjamin Heinen <[email protected]> && Josselin Morau <[email protected]>",
"description": "Messenger adapter module for Botfuel Dialog",
"license": "Apache 2.0",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^21.2.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"botfuel-dialog": "^11.6.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.4.2",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.69.0",
"flow-typed": "^2.4.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"jest-cli": "^23.1.0",
"lerna": "^3.0.0-alpha.1",
"react-flow-types": "^0.2.0-beta.6",
"replay": "^2.1.4",
"request-promise-native": "^1.0.5",
"shelljs": "^0.8.2",
"sinon": "^6.0.0",
"uuid": "^3.2.1"
},
"peerDependencies": {
"botfuel-dialog": ">=11.0.0"
},
"scripts": {
"test": "BOTFUEL_APP_TOKEN=TEST_BOT BOTFUEL_APP_ID=TEST BOTFUEL_APP_KEY=TEST FB_PAGE_ID=790535107818306 jest",
"style": "eslint src && eslint tests",
"release": "yarn test && yarn publish --conventional-commits --changelog-preset=angular",
"prebuild": "node ./scripts/prebuild.js ",
"build": "babel src --out-dir build"
}
}