2020-05-14 12:20:39 +00:00
|
|
|
{
|
2021-04-08 10:55:33 +00:00
|
|
|
"name": "@fluencelabs/fluence",
|
|
|
|
"version": "0.9.14",
|
|
|
|
"description": "JS SDK for the Fluence network",
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"typings": "./dist/index.d.ts",
|
|
|
|
"scripts": {
|
2021-05-11 21:01:44 +00:00
|
|
|
"test": "jest --watch",
|
|
|
|
"test:all": "jest",
|
|
|
|
"test:unit": "jest --testPathPattern=src/__test__/unit",
|
|
|
|
"test:integration": "jest --testPathPattern=src/__test__/integration",
|
|
|
|
"test:node": "jest --env=node --watch",
|
|
|
|
"test:node:all": "jest --env=node",
|
|
|
|
"test:node:unit": "jest --env=node --testPathPattern=src/__test__/unit",
|
|
|
|
"test:node:integration": "jest --env=node --testPathPattern=src/__test__/integration",
|
2021-04-08 10:55:33 +00:00
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/fluencelabs/fluence-js",
|
|
|
|
"author": "Fluence Labs",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2021-06-08 08:08:07 +00:00
|
|
|
"@fluencelabs/avm": "0.10.2",
|
2021-04-08 10:55:33 +00:00
|
|
|
"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.30.10",
|
|
|
|
"libp2p-crypto": "0.19.0",
|
|
|
|
"libp2p-mplex": "0.10.2",
|
|
|
|
"libp2p-noise": "2.0.5",
|
|
|
|
"libp2p-websockets": "0.15.3",
|
|
|
|
"loglevel": "1.7.0",
|
|
|
|
"multiaddr": "8.1.2",
|
|
|
|
"peer-id": "0.14.3",
|
|
|
|
"uuid": "8.3.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-03 17:11:09 +00:00
|
|
|
"@types/bs58": "^4.0.1",
|
2021-04-08 10:55:33 +00:00
|
|
|
"@types/jest": "^26.0.22",
|
|
|
|
"jest": "^26.6.3",
|
2021-06-03 17:11:09 +00:00
|
|
|
"jest-each": "^27.0.2",
|
2021-04-08 10:55:33 +00:00
|
|
|
"ts-jest": "^26.5.4",
|
|
|
|
"typescript": "^3.9.5"
|
|
|
|
}
|
2020-05-14 12:20:39 +00:00
|
|
|
}
|