-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 KB
/
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
43
44
45
46
47
48
{
"name": "use-datadog",
"version": "1.0.6",
"description": "use datadog from a react-hook",
"main": "index.js",
"scripts": {
"test": "npx jest --coverage",
"prebuild": "npx rimraf index.js use-datadog.js",
"prepare": "npm run build",
"build": "tsc index.ts",
"publish-push": "npm publish && git push origin HEAD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmmaRamirez/use-datadog.git"
},
"keywords": [
"datadog",
"react",
"react-hook"
],
"author": "EmmaRamirez <ramirez.emma.g@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EmmaRamirez/use-datadog/issues"
},
"homepage": "https://github.com/EmmaRamirez/use-datadog#readme",
"peerDependencies": {
"react": "^17.x",
"@datadog/browser-logs": "^1.x",
"@datadog/browser-rum": "^1.x"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@datadog/browser-logs": "^1.25.0",
"@datadog/browser-rum": "^1.25.0",
"@types/react-dom": "^16.9.9",
"jest": "^26.6.1",
"typescript": "4.x",
"react-dom": "^17.x",
"ts-jest": "^26.4.3",
"react": "^17.x"
},
"dependencies": {
"coveralls": "^3.1.0"
}
}