-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "opensea-erc1155",
"version": "1.0.0",
"description": "Starter contracts for an ERC-1155 project.",
"main": "index.js",
"scripts": {
"bootstrap": "npm install --python=/usr/bin/python2.7",
"global-truffle-install": "sudo npm install --unsafe-perm -g truffle",
"build": "truffle compile",
"test": "truffle test"
},
"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",
"ganache-cli": "^6.12.1",
"multi-token-standard": "^1.0.1",
"opensea-js": "^1.1.5",
"openzeppelin-solidity": "^3.3.0",
"truffle": "^5.1.60",
"truffle-assertions": "^0.9.2",
"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"
}
}