tokenbridge/package.json
Przemyslaw Rzad 5efc9a6688
Update bridge monitor (#38)
* Removed duplicate licence, updated links do Contributing and Licence in sub-readme.

* Renamed bridge-monitor to monitor.

* Removed package-lock.json.

* Added monitor workspace with linting.

* Consistent eslint version.

* Added readme for merging.
2019-05-14 09:17:03 +02:00

23 lines
550 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",
"monitor"
],
"scripts": {
"lint": "yarn wsrun --exclude bridge-ui lint",
"test": "yarn wsrun --exclude bridge-ui --exclude monitor test",
"ansible-lint": "./deployment/lint.sh"
}
}