fluence-js/package.json

54 lines
1.6 KiB
JSON
Raw Normal View History

2020-05-14 15:20:39 +03:00
{
"name": "@fluencelabs/fluence",
"version": "0.8.0",
"description": "JS SDK for the Fluence network",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
2020-05-14 15:20:39 +03:00
"scripts": {
"test": "mocha --timeout 10000 -r esm -r ts-node/register src/**/*.spec.ts",
"build": "tsc && rsync -r src/internal/aqua/*.js dist/internal/aqua",
"build:webpack": "webpack --mode production"
2020-05-14 15:20:39 +03:00
},
"repository": "https://github.com/fluencelabs/fluence-js",
2020-05-14 15:20:39 +03:00
"author": "Fluence Labs",
2020-12-08 17:13:24 +03:00
"license": "Apache-2.0",
2020-05-14 15:20:39 +03:00
"dependencies": {
"@fluencelabs/aquamarine-stepper": "0.0.30",
2020-05-14 15:20:39 +03:00
"async": "3.2.0",
"base64-js": "1.3.1",
"bs58": "4.0.1",
2020-06-08 17:51:17 +03:00
"cids": "0.8.1",
2020-05-14 15:20:39 +03:00
"it-length-prefixed": "3.0.1",
"it-pipe": "1.1.0",
"libp2p": "0.28.3",
2020-05-14 15:20:39 +03:00
"libp2p-mplex": "0.9.5",
"libp2p-secio": "0.12.5",
"libp2p-websockets": "0.13.6",
2020-10-12 14:07:28 +03:00
"loglevel": "1.7.0",
2020-06-08 17:51:17 +03:00
"peer-id": "0.13.12",
"uuid": "8.3.0"
2020-05-14 15:20:39 +03:00
},
"devDependencies": {
"@types/base64-js": "1.2.5",
"@types/bs58": "4.0.1",
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/uuid": "8.3.0",
2020-05-14 15:20:39 +03:00
"assert": "2.0.0",
"chai": "4.2.0",
"clean-webpack-plugin": "3.0.0",
"esm": "^3.2.25",
"html-webpack-plugin": "^3.2.0",
2020-11-18 10:03:21 +03:00
"libp2p-ts": "https://github.com/ChainSafe/libp2p-ts.git#fca072c9764436ef71f974a211bb1befae432575",
"mocha": "^8.2.1",
"mocha-loader": "^5.1.5",
"text-encoding": "^0.7.0",
2020-06-08 17:51:17 +03:00
"ts-loader": "7.0.5",
"ts-mocha": "8.0.0",
"typescript": "^3.9.5",
2020-06-08 17:51:17 +03:00
"webpack": "4.43.0",
2020-05-14 15:20:39 +03:00
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
2020-05-14 15:20:39 +03:00
}
}