tokenbridge/package.json
2019-05-06 15:15:58 +02:00

17 lines
414 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,
"workspaces": [
"token-bridge"
],
"scripts": {
"lint": "yarn workspace token-bridge run lint",
"test": "yarn workspace token-bridge run test"
}
}