2020-12-28 18:19:36 +00:00
|
|
|
{
|
2020-12-29 09:22:27 +00:00
|
|
|
"name": "@fluencelabs/fluence-network-environment",
|
2024-04-01 18:15:13 +00:00
|
|
|
"version": "1.2.0",
|
2020-12-29 09:22:27 +00:00
|
|
|
"description": "Fluence network environments addresses",
|
2020-12-28 18:19:36 +00:00
|
|
|
"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"
|
2020-12-29 09:22:27 +00:00
|
|
|
},
|
|
|
|
"private": false
|
2020-12-28 18:19:36 +00:00
|
|
|
}
|