-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 942 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
{
"name": "@ceroy/react-exception-logger",
"version": "1.3.7",
"description": "An Exception Logger which is a wrapper over the Azure App Insights to provide an easy integration for react applications",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p .",
"readme": "git add .; git commit -m \"README Updated\"; npm version patch; npm publish"
},
"author": "Ceroy",
"license": "MIT",
"types": "dist",
"devDependencies": {
"@types/react": "^17.0.3",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ceroy-ak/react-exception-logger.git"
},
"dependencies": {
"@microsoft/applicationinsights-web": "^2.6.1",
"react": "^17.0.2"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ceroy-ak/react-exception-logger#readme",
"keywords": [
"React",
"Azure App Insights",
"React Exception Logger"
]
}