fluence-js/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2020-05-14 15:20:39 +03:00
{
"name": "@fluencelabs/fluence",
2021-02-04 13:40:19 +03:00
"version": "0.9.14",
"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": "jest --watch",
"test:all": "jest",
"test:unit": "jest --testPathPattern=src/__test__/unit",
"test:integration": "jest --testPathPattern=src/__test__/integration",
"build": "tsc",
"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-interpreter": "0.7.9",
2021-02-04 13:40:19 +03:00
"async": "3.2.0",
2020-05-14 15:20:39 +03:00
"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.30.10",
"libp2p-crypto": "^0.19.0",
"libp2p-mplex": "0.10.2",
"libp2p-noise": "2.0.5",
"libp2p-websockets": "0.15.3",
2020-10-12 14:07:28 +03:00
"loglevel": "1.7.0",
"multiaddr": "^8.1.2",
"peer-id": "0.14.3",
"uuid": "8.3.0"
2020-05-14 15:20:39 +03:00
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
2020-05-14 15:20:39 +03:00
"@types/base64-js": "1.2.5",
"@types/bs58": "4.0.1",
"@types/jest": "^26.0.20",
"@types/uuid": "8.3.0",
2020-05-14 15:20:39 +03:00
"assert": "2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-replace-ts-export-assignment": "0.0.2",
"esm": "^3.2.25",
"jest": "^26.6.3",
"text-encoding": "^0.7.0",
"ts-jest": "^26.5.0",
2020-06-08 17:51:17 +03:00
"ts-loader": "7.0.5",
"typescript": "^3.9.5"
2020-05-14 15:20:39 +03:00
}
}