-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "@adhawk/react-tracked-link",
"description": "A React component for catching and reporting errors",
"version": "1.2.9",
"author": "developers@tryadhawk.com",
"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/es/index.js",
"typings": "./lib/cjs/index.d.ts",
"repository": {
"type": "git",
"url": "@adhawk/feathers"
},
"sideEffects": false,
"scripts": {
"prepare": "npm run build",
"build": "make",
"predeploy": "npm run build",
"deploy": "npm publish",
"test": "jest --config ../../jest.config.js --testPathPattern packages/react-tracked-link"
},
"dependencies": {
"tslib": "^2.0.0"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^11.0.4",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/segment-analytics": "^0.0.32",
"jest": "^26.4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^4.0.3"
},
"peerDependencies": {
"react": "^16.12.0"
},
"gitHead": "21d4253fee28bfb703c7ca25122f230a86669d3f"
}