-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 893 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
{
"name": "teams-background",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
"start:interval": "cross-env NODE_ENV=production INTERVAL_MINUTES=5 node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xebia/teams-background.git"
},
"keywords": [],
"author": "Frank van Wijk",
"license": "ISC",
"bugs": {
"url": "https://github.com/xebia/teams-background/issues"
},
"homepage": "https://github.com/xebia/teams-background#readme",
"devDependencies": {
"cross-env": "7.0.3",
"nodemon": "2.0.6",
"prettier": "2.2.0"
},
"dependencies": {
"appdata-path": "1.0.0",
"date-fns": "2.16.1",
"jimp": "0.16.1",
"node-fetch": "2.6.1",
"pino": "6.7.0",
"pino-pretty": "4.3.0"
}
}