tokenbridge/package.json

23 lines
550 B
JSON
Raw Normal View History

2019-05-06 16:15:58 +03:00
{
"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,
2019-05-06 16:53:12 +03:00
"devDependencies": {
"wsrun": "^3.6.5"
},
2019-05-06 16:15:58 +03:00
"workspaces": [
"oracle",
"bridge-ui",
"monitor"
2019-05-06 16:15:58 +03:00
],
"scripts": {
"lint": "yarn wsrun --exclude bridge-ui lint",
"test": "yarn wsrun --exclude bridge-ui --exclude monitor test",
"ansible-lint": "./deployment/lint.sh"
2019-05-06 16:15:58 +03:00
}
}