tokenbridge/package.json
Przemyslaw Rzad 9746430fb0
Add bridge-ui sub-repository (#27)
* Introduced bridge-ui from branch 2.1.0-rc1

* Added submodule to root directory.

* Check out bridge-ui poa-bridge-contracts to tag 2.3.0-rc0

* Added bridge-ui workspace.

* Removed duplicate CoC, Contributing, Licence, updated links in readme.

* Pulling submodules.

* Use specified submodule commit instead of pulling latest.
2019-05-09 12:03:18 +02:00

21 lines
473 B
JSON

{
"name": "tokenbridge",
"version": "0.0.1",
"description": "Monorepository for token bridge",
"repository": "https://github.com/poanetwork/tokenbridge.git",
"author": "rzadp <przemek@ethworks.io>",
"license": "MIT",
"private": true,
"devDependencies": {
"wsrun": "^3.6.5"
},
"workspaces": [
"oracle",
"bridge-ui"
],
"scripts": {
"lint": "yarn wsrun --exclude bridge-ui lint",
"test": "yarn wsrun --exclude bridge-ui test"
}
}