-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 852 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 852 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
{
"name": "dddk",
"version": "0.0.19",
"description": "Datadog Development Kit",
"main": "dist/src/index.js",
"bin": {
"dddk": "dist/dddk.js"
},
"scripts": {
"test": "jest",
"prepublish": "rm -rf dist && tsc"
},
"types": "dist/src/index.d.ts",
"license": "MIT",
"dependencies": {
"@types/deep-equal": "^1.0.1",
"@types/diff": "^4.0.2",
"@types/glob": "^7.1.1",
"@types/node": "^13.7.7",
"@types/yargs": "^15.0.4",
"chalk": "^3.0.0",
"common-tags": "^1.8.0",
"deep-equal": "^2.0.1",
"diff": "^4.0.2",
"glob": "^7.1.6",
"got": "^10.6.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.2",
"yargs": "^15.0.2"
},
"devDependencies": {
"@types/jest": "^25.1.3",
"jest": "^25.1.0",
"nock": "^12.0.1",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1"
}
}