-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 735 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 735 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
{
"name": "config-details-bot",
"version": "2.0.0",
"description": "Slack bot for fetching and displaying Osano CMP configuration details",
"main": "netlify/functions/osano-config.js",
"scripts": {
"dev": "netlify dev",
"deploy": "netlify deploy --prod"
},
"repository": {
"type": "git",
"url": "https://github.com/cwashington449/config-details-bot.git"
},
"keywords": [
"slack",
"bot",
"osano",
"consent-management",
"netlify",
"serverless"
],
"author": "Chris Washington",
"license": "MIT",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"netlify-cli": "^17.0.0"
},
"engines": {
"node": ">=14.x"
}
}