forked from Near-One/rainbow-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "rainbow-bridge",
"version": "1.0.0",
"description": "",
"author": "Near Inc. <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/near/rainbow-bridge.git"
},
"license": "MIT",
"keywords": [
"nearprotocol",
"decentralized",
"blockchain",
"ethereum",
"bridge"
],
"dependencies": {},
"devDependencies": {
"http-server": "^0.12.3",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.5",
"standard": "*"
},
"scripts": {
"standard": "standard",
"prettier-solidity": "prettier --list-different --plugin node_modules/prettier-plugin-solidity/ **/*.sol"
},
"standard": {
"ignore": [
"/contracts/eth/**/*.js"
]
},
"private": true,
"workspaces": [
"cli",
"contracts/eth",
"contracts/near",
"eth2near/eth2near-block-relay",
"near2eth/near2eth-block-relay",
"near2eth/watchdog",
"testing",
"utils"
]
}