mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "fluence",
|
|
"version": "0.7.38",
|
|
"description": "the browser js-libp2p client for the Fluence network",
|
|
"main": "./dist/fluence.js",
|
|
"typings": "./dist/fluence.d.ts",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register src/**/*.spec.ts",
|
|
"test-ts": "ts-mocha -p tsconfig.json src/**/*.spec.ts",
|
|
"package:build": "NODE_ENV=production webpack && npm run package",
|
|
"package": "tsc && cp -r aqua dist",
|
|
"compile": "tsc",
|
|
"start": "webpack-dev-server -p",
|
|
"build": "webpack"
|
|
},
|
|
"author": "Fluence Labs",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"async": "3.2.0",
|
|
"base64-js": "1.3.1",
|
|
"bs58": "4.0.1",
|
|
"cids": "0.8.1",
|
|
"it-length-prefixed": "3.0.1",
|
|
"it-pipe": "1.1.0",
|
|
"libp2p": "0.28.3",
|
|
"libp2p-mplex": "0.9.5",
|
|
"libp2p-secio": "0.12.5",
|
|
"libp2p-websockets": "0.13.6",
|
|
"loglevel": "1.7.0",
|
|
"peer-id": "0.13.12",
|
|
"uuid": "8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/base64-js": "1.2.5",
|
|
"@types/bs58": "4.0.1",
|
|
"@types/uuid": "8.3.0",
|
|
"@types/chai": "4.2.11",
|
|
"@types/mocha": "7.0.2",
|
|
"assert": "2.0.0",
|
|
"chai": "4.2.0",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"libp2p-ts": "https://github.com/ChainSafe/libp2p-ts.git",
|
|
"mocha": "7.2.0",
|
|
"ts-loader": "7.0.5",
|
|
"ts-mocha": "7.0.0",
|
|
"typescript": "3.9.5",
|
|
"webpack": "4.43.0",
|
|
"webpack-cli": "3.3.11",
|
|
"webpack-dev-server": "3.11.0",
|
|
"@wasm-tool/wasm-pack-plugin": "1.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"text-encoding": "^0.7.0"
|
|
}
|
|
}
|