generated from ProjectOpenSea/opensea-creatures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "erc721-starter-contracts",
"version": "1.0.0",
"description": "Starter contracts for an ERC721 project.",
"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/erc721-starter-contracts.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectOpenSea/erc721-starter-contracts/issues"
},
"homepage": "https://github.com/ProjectOpenSea/erc721-starter-contracts#readme",
"dependencies": {
"@0x/subproviders": "^2.1.4",
"eth-gas-reporter": "^0.2.17",
"multi-token-standard": "^0.8.13",
"opensea-js": "^1.1.5",
"openzeppelin-solidity": "^2.1.3",
"truffle": "^5.1.30",
"truffle-assertions": "^0.9.2",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "1.0.5",
"web3": "^1.0.0-beta.34"
},
"engines": {
"node": "8.11.x",
"npm": "5.6.x"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}