-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "@leafygreen-ui/testing-lib",
"version": "0.7.4",
"description": "leafyGreen UI Kit Internal Testing Library",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"ts3.4/*"
]
}
},
"dependencies": {
"@lg-tools/build": "workspace:^",
"@testing-library/user-event": "13.5.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@testing-library/react": "^12.0.0 || ^13.1.0 || ^14.0.0"
},
"optionalDependencies": {
"@testing-library/react-hooks": ">=3.7.0"
},
"scripts": {
"build": "lg-internal-build-package",
"tsc": "tsc --build tsconfig.json"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/testing-lib",
"repository": {
"type": "git",
"url": "https://github.com/mongodb/leafygreen-ui"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}