-
Notifications
You must be signed in to change notification settings - Fork 395
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 982 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 982 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
{
"name": "activity_logs_monitoring",
"version": "1.0.0",
"description": "[Activity and Diagnostic Logs](./activity_logs_monitoring/README.md)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha",
"lint": "prettier --write shared/*.js activity_logs_monitoring/*.js blobs_logs_monitoring/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataDog/datadog-serverless-functions.git"
},
"author": "Datadog, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DataDog/datadog-serverless-functions/issues"
},
"homepage": "https://github.com/DataDog/datadog-serverless-functions#readme",
"dependencies": {
"@azure/functions": "^4.7.0"
},
"devDependencies": {
"lodash": ">=4.17.23",
"mocha": "11.7.5",
"prettier": "3.7.4",
"sinon": "20.0.0"
}
}