-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 892 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
{
"name": "free-attendance-app",
"version": "1.0.0",
"description": "free-attendance-app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local": "node_modules/.bin/nodemon app.js",
"start": "node app.js",
"deploy": "npx sls deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hariNEzuMI928/free-attendance-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hariNEzuMI928/free-attendance-app/issues"
},
"homepage": "https://github.com/hariNEzuMI928/free-attendance-app#readme",
"dependencies": {
"@slack/bolt": "^3.4.1",
"node-fetch": "^2.6.1",
"dotenv": "^10.0.0",
"serverless": "^2.52.1",
"serverless-dotenv-plugin": "^3.9.0"
},
"devDependencies": {
"nodemon": "^2.0.12",
"serverless-offline": "^7.0.0"
}
}