-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 946 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
34
35
36
37
38
39
40
41
42
{
"name": "dc-polyfill",
"version": "0.1.6",
"description": "A polyfill for the internal diagnostics_channel module",
"main": "dc-polyfill.js",
"scripts": {
"test": "./test.sh",
"lint": "eslint .",
"limits": "./limitation.js"
},
"keywords": [
"diagnostics",
"channel",
"diagnostics_channel",
"tracing",
"TracingChannel"
],
"author": "Thomas Hunter II <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/dataDog/dc-polyfill/#readme",
"repository": {
"type": "git",
"url": "https://github.com/DataDog/dc-polyfill"
},
"bugs": {
"url": "https://github.com/DataDog/dc-polyfill/issues"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0",
"globals": "^15.1.0",
"tape": "^5.6.6"
},
"limits": {
"packedSize": 10000,
"unpackedSize": 35000,
"maxDependencies": 0
},
"engines": {
"node": ">=12.17"
}
}