18 lines
450 B
JSON
Raw Normal View History

2020-12-28 21:19:36 +03:00
{
"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"
}
}