70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@libp2p/logger",
|
|
"version": "6.2.11",
|
|
"description": "A logging component for use in js-libp2p modules",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/logger#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/libp2p/js-libp2p.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/libp2p/js-libp2p/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"keywords": [
|
|
"IPFS"
|
|
],
|
|
"type": "module",
|
|
"types": "./dist/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!dist/test",
|
|
"!**/*.tsbuildinfo"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/src/index.js",
|
|
"module-sync": "./dist/src/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"clean": "aegir clean",
|
|
"lint": "aegir lint",
|
|
"dep-check": "aegir dep-check",
|
|
"doc-check": "aegir doc-check",
|
|
"build": "aegir build",
|
|
"test": "aegir test",
|
|
"test:chrome": "aegir test -t browser --cov",
|
|
"test:chrome-webworker": "aegir test -t webworker",
|
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
|
"test:node": "aegir test -t node --cov",
|
|
"test:electron-main": "aegir test -t electron-main"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/interface": "^3.2.5",
|
|
"@multiformats/multiaddr": "^13.0.3",
|
|
"interface-datastore": "^10.0.1",
|
|
"multiformats": "^14.0.0",
|
|
"weald": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/peer-id": "^6.0.13",
|
|
"aegir": "^48.1.1",
|
|
"sinon": "^22.0.0",
|
|
"uint8arrays": "^6.1.1"
|
|
},
|
|
"browser": {
|
|
"./dist/src/debug/node.js": "./dist/src/debug/browser.js"
|
|
},
|
|
"react-native": {
|
|
"./dist/src/debug/node.js": "./dist/src/debug/browser.js"
|
|
},
|
|
"sideEffects": false
|
|
}
|