forked from rarible/protocol-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 KB
/
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
46
47
48
49
50
51
52
53
{
"name": "root",
"version": "0.0.0",
"private": true,
"workspaces": {
"packages": [
"auction",
"custom-matchers",
"deploy",
"exchange-v2",
"gas-usage-tests",
"exchange-wrapper",
"interfaces",
"meta-tx",
"lazy-mint",
"lib-asset",
"lib-bp",
"lib-part",
"lib-signature",
"locking",
"role-operator",
"royalties",
"royalties-registry",
"royalties-upgradeable",
"tokens",
"tokens-minimal",
"tokens-test",
"transfer-manager",
"transfer-proxy"
]
},
"scripts": {
"bootstrap": "lerna bootstrap --no-ci && lerna link",
"bootstrap:ci": "lerna bootstrap --ci && lerna link",
"lerna-publish": "lerna publish",
"lerna-publish-only": "lerna publish from-package",
"ethereumjs-util": "6.1.0",
"codecleanup": "yarn prettier --write"
},
"devDependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/truffle-upgrades": "1.8.1",
"@rarible/estimate-middleware": "0.5.6",
"@rarible/trezor-provider": "0.0.11",
"@truffle/hdwallet-provider": "1.4.0",
"dotenv": "^16.0.3",
"lerna": "3.22.1",
"prettier": "2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"truffle-assertions": "0.9.2",
"truffle-contract-size": "^2.0.1"
}
}