-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "@libp2p/observer-data",
"version": "1.1.0",
"description": "Javascript protobuf decoder for libp2p-introspection messages, with helper functions",
"author": "AlanSl <[email protected]>",
"homepage": "https://github.com/libp2p/observer-toolkit#readme",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/observer-toolkit.git"
},
"scripts": {
"test": "CI=true jest"
},
"bugs": {
"url": "https://github.com/libp2p/observer-toolkit/issues"
},
"dependencies": {
"@libp2p/observer-proto": "^1.1.0"
},
"devDependencies": {
"@libp2p/observer-samples": "^1.1.0",
"jest": "^24.9.0",
"jest-expect-message": "^1.0.2",
"webpack-cli": "^3.3.10"
},
"jest": {
"setupFilesAfterEnv": [
"jest-expect-message",
"<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"
}
]
}
},
"gitHead": "9a1f73f71e98b6e8f27ac26133c7fc63e1fc8f7d"
}