-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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": "@libp2p/observer-testing",
"version": "1.1.0",
"description": "Test utilities, helpers and wrappers for libp2p-observer packages and widgets.",
"author": "AlanSl <[email protected]>",
"homepage": "https://github.com/libp2p/observer-toolkit#readme",
"license": "MIT",
"main": "index.test.js",
"browser": "index.browser.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/observer-toolkit.git"
},
"peerDependencies": {
"@libp2p/observer-sdk": "^1.1.0",
"@libp2p/observer-shell": "^1.1.0",
"react": "^16.10.2",
"styled-components": "^4.4.0"
},
"devDependencies": {
"@libp2p/observer-samples": "^1.1.0",
"@testing-library/react": "^9.4.0"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/../../__jest__/setupTest.js"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/../../__jest__/styleMock.js"
},
"transform": {
"\\.(mock|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/../../__jest__/filePaths.js",
"\\.js$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"dependencies": {
"lodash.flatten": "^4.4.0"
},
"gitHead": "9a1f73f71e98b6e8f27ac26133c7fc63e1fc8f7d"
}