-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "idevpresencebot",
"version": "1.0.0",
"description": "a bot that allows the user to know if a team member is in the office or in the home office",
"main": "node presence_bot/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i && node index.js",
"dev": "npm i && nodemon --ext js index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/epfl-idevfsd/presence_bot.git"
},
"author": "Pyrosaphire, D4rkHeart",
"contributors": [
{
"name": "Nicolas Borboën",
"email": "[email protected]",
"url": "https://github.com/ponsfrilus"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/epfl-idevfsd/presence_bot/issues"
},
"homepage": "https://github.com/epfl-idevfsd/presence_bot#readme",
"dependencies": {
"convert-svg-to-jpeg": "^0.5.0",
"dotenv": "^10.0.0",
"nodemon": "^2.0.14",
"randomstring": "^1.2.2",
"telegraf": "^4.4.2",
"xml2js": "^0.4.23"
}
}