mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2025-04-24 16:22:13 +00:00
18 lines
450 B
JSON
18 lines
450 B
JSON
{
|
|
"name": "fluence-network-environment",
|
|
"version": "0.1.0",
|
|
"description": "the browser js-libp2p client for the Fluence network",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"repository": "https://github.com/fluencelabs/fluence-network-environment",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "3.9.5"
|
|
}
|
|
}
|