d656025378
* Moved audit to root directory. * Moved code of conduct, contributing and licence files. * Removed travis config and badge. * Updated repository links in CONTRIBUTING. * Moved Gitter badge to main readme. Updated links to contributing and licence. * Updated main readme. * Moved references to main readme. * Renamed token-bridge to oracle. * Update README.md Co-Authored-By: rzadp <rzadp@student.mini.pw.edu.pl>
20 lines
416 B
JSON
20 lines
416 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"
|
|
],
|
|
"scripts": {
|
|
"lint": "yarn wsrun lint",
|
|
"test": "yarn wsrun test"
|
|
}
|
|
}
|