-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
34 lines (34 loc) · 882 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
{
"name": "inky-doodle",
"version": "1.0.0",
"description": "Collect. Combine. Inky Doodle!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amamenko/inky-doodle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amamenko/inky-doodle/issues"
},
"homepage": "https://github.com/amamenko/inky-doodle#readme",
"dependencies": {
"axios": "^0.21.1",
"contentful-management": "^7.14.0",
"dayjs": "^1.10.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"imap-simple": "^5.0.0",
"instagram-web-api": "^2.2.2",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"mailparser": "^3.1.0",
"node-cron": "^2.0.3",
"tough-cookie-filestore2": "^1.0.0"
}
}