-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 914 Bytes
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
{
"name": "menu-memo",
"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/menu-memo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itzmeowww/menu-memo/issues"
},
"homepage": "https://github.com/itzmeowww/menu-memo#readme",
"dependencies": {
"@line/bot-sdk": "^10.6.0",
"dayjs": "^1.11.0",
"dotenv": "^8.2.0",
"express": "^4.21.0",
"google-auth-library": "^10.6.1",
"googleapis": "^171.4.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"mockdate": "^3.0.2",
"ts-jest": "^29.0.0",
"typescript": "^5.9.3"
}
}