mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-24 17:32:14 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@fluencelabs/connection",
|
|
"version": "0.2.0",
|
|
"description": "Fluence connection",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"engines": {
|
|
"node": ">=10",
|
|
"pnpm": ">=3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build_wp": "webpack"
|
|
},
|
|
"repository": "https://github.com/fluencelabs/fluence-js",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@fluencelabs/interfaces": "workspace:0.2.0",
|
|
"peer-id": "0.16.0",
|
|
"it-length-prefixed": "5.0.3",
|
|
"it-pipe": "1.1.0",
|
|
"@chainsafe/libp2p-noise": "4.1.1",
|
|
"libp2p": "0.36.2",
|
|
"libp2p-interfaces": "4.0.6",
|
|
"libp2p-mplex": "0.10.7",
|
|
"libp2p-websockets": "0.16.2",
|
|
"loglevel": "1.8.1",
|
|
"multiaddr": "10.0.1",
|
|
"browser-or-node": "2.0.0",
|
|
"buffer": "6.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"buffer": "6.0.3",
|
|
"ts-loader": "9.4.2",
|
|
"typescript": "4.6.4",
|
|
"webpack": "5.64.4",
|
|
"webpack-cli": "5.0.1",
|
|
"webpack-plugin-replace": "1.2.0"
|
|
}
|
|
}
|