-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 894 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
39
40
{
"name": "kafra-line",
"version": "0.1.0",
"description": "",
"main": "index.js",
"engines": {
"node": "10.16.x"
},
"scripts": {
"start": "node index.js",
"test": "./node_modules/mocha/bin/mocha --timeout 20000"
},
"author": "up2up",
"license": "MIT",
"dependencies": {
"@line/bot-sdk": "^6.4.0",
"axios": "^0.18.0",
"cache-manager": "^2.9.0",
"chance": "^1.0.18",
"express": "^4.16.4",
"firebase": "^5.8.4",
"firebase-admin": "^7.0.0",
"fuse.js": "^3.4.4",
"moment": "^2.24.0",
"node-cache": "^4.2.0",
"node-schedule": "^1.3.2",
"object-hash": "^1.3.1",
"phantom": "^6.2.0",
"string-format": "^2.0.0",
"underscore": "^1.9.1",
"webshot": "^0.18.0"
},
"devDependencies": {
"chai": "^4.2.0",
"jest": "^24.8.0",
"mocha": "^6.0.0",
"moxios": "^0.4.0",
"open": "^6.3.0"
}
}