-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1016 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1016 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
{
"name": "pomodoro",
"version": "0.0.1",
"description": "Its a mee",
"main": "index.js",
"scripts": {
"dev": "npm install && nodemon --ignore 'tmp/*' ./index.js",
"start": "forever ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisismattmiller/pomodoro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thisismattmiller/pomodoro/issues"
},
"homepage": "https://github.com/thisismattmiller/pomodoro#readme",
"dependencies": {
"@google-cloud/language": "^4.2.1",
"@google-cloud/vision": "^2.1.2",
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-session": "^1.17.1",
"@aws-sdk/client-s3": "^3.32.0",
"glob": "^7.1.6",
"got": "^11.8.1",
"image-size": "^0.9.3",
"nodemon": "^2.0.6",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"uuid": "^8.3.2",
"wikibase-edit": "^4.11.8"
}
}