forked from ProjectOpenSea/opensea-creatures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "opensea-creatures",
"version": "1.0.0",
"description": "OpenSea's smart contracts, including ERC721 templates, factories, and the storefront builder.",
"main": "index.js",
"scripts": {
"ganache-cli": "ganache-cli -d -p 7545 --gasLimit=10000000",
"test": "DEPLOY_ALL=1 truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectOpenSea/opensea-creatures.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectOpenSea/opensea-creatures/issues"
},
"homepage": "https://github.com/ProjectOpenSea/opensea-creatures#readme",
"dependencies": {
"@0x/subproviders": "^6.6.2",
"@metamask/eth-sig-util": "^4.0.0",
"@openzeppelin/contracts": "4.4.0",
"eth-gas-reporter": "^0.2.17",
"ethereum-waffle": "^3.0.0",
"opensea-js": "^2.0.1",
"truffle": "^5.1.30",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.1",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "1.0.17",
"web3": "^1.0.0-beta.34"
},
"engines": {
"node": "^12",
"yarn": "~1.22.4"
},
"devDependencies": {
"eslint": "^7.22.0",
"truffle-plugin-verify": "^0.5.8"
}
}