forked from facebookarchive/mention-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 960 Bytes
/
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
{
"name": "mention-bot",
"version": "3.0.1",
"license": "BSD-3-Clause",
"repository": "facebook/mention-bot",
"scripts": {
"test": "flow && jest",
"start": "node run-server.js"
},
"main": "./run-mention-bot.js",
"engines": {
"node": ">=4"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"core-js/.*"
]
},
"config": {},
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^6.0.1",
"babel-plugin-syntax-async-functions": "^6.1.4",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-plugin-transform-regenerator": "^6.1.4",
"babel-polyfill": "^6.1.4",
"babel-preset-react": "^6.1.2",
"bl": "^1.0.0",
"download-file-sync": "^1.0.3",
"express": "^4.13.3",
"flow-bin": "^0.18.1",
"github": "^2.1.0",
"jest-cli": "^0.7.1",
"minimatch": "^3.0.0",
"node-schedule": "^1.0.0"
}
}