forked from ProjectOpenSea/opensea-erc1155
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "opensea-erc1155",
"version": "1.0.0",
"description": "Starter contracts for an ERC-1155 project.",
"main": "index.js",
"scripts": {
"build": "truffle compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectOpenSea/opensea-erc1155.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectOpenSea/opensea-erc1155/issues"
},
"homepage": "https://github.com/ProjectOpenSea/opensea-erc1155#readme",
"dependencies": {
"@0x/subproviders": "^2.1.4",
"multi-token-standard": "github:ProjectOpenSea/multi-token-standard",
"opensea-js": "latest",
"openzeppelin-solidity": "^2.1.3",
"truffle": "^5.1.12",
"truffle-flattener": "1.4.2",
"truffle-hdwallet-provider": "1.0.17",
"web3": "1.0.0-beta.34"
},
"devDependencies": {
"eth-gas-reporter": "^0.2.14"
},
"engines": {
"node": ">=8.11.x",
"npm": ">=5.6.x"
}
}