fluence-network-environment/package.json

19 lines
469 B
JSON
Raw Normal View History

2020-12-28 18:19:36 +00:00
{
2020-12-29 09:22:27 +00:00
"name": "@fluencelabs/fluence-network-environment",
"version": "1.1.2",
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
}