-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 938 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
40
41
42
43
44
45
46
47
48
{
"name": "roberto",
"version": "4.1.0",
"contributors": [
{
"name": "cas ibrahim"
},
{
"name": "reagan roberts"
},
{
"name": "kateryna shydlovska"
},
{
"name": "joseph zabaleta"
}
],
"description": "a helpful bot to automate decisions",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"test": "jest --coverage --verbose",
"watch": "jest --watchAll --coverage --verbose",
"build-documentation": "npx jsdoc -d docs -r -R ./README.md ./src/"
},
"dependencies": {
"@slack/bolt": "^1.8.1",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"moment": "^2.27.0"
},
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://github.com/401Mid/project"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
],
"devDependencies": {
"jest": "^26.4.2",
"jsdoc": "^3.6.5"
}
}