-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1007 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
41
42
{
"name": "foodfetcherbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node ./dev/index.js",
"test": "jest",
"start": "node build/index.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itzmeowww/foodfetcherbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itzmeowww/foodfetcherbot/issues"
},
"homepage": "https://github.com/itzmeowww/foodfetcherbot#readme",
"dependencies": {
"@line/bot-sdk": "^7.0.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"googleapis": "^39.2.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.35",
"path": "^0.12.7",
"request": "^2.88.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/express": "^4.17.7",
"@types/jest": "^26.0.4",
"jest": "^26.1.0",
"mockdate": "^3.0.2",
"ts-jest": "^26.1.1",
"typescript": "^3.9.6"
}
}