forked from decentraland/marketplace-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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": "marketplace-contracts",
"version": "0.0.0-semantic-release",
"description": "Smart contracts for Decentraland Marketplace",
"main": "index.js",
"devDependencies": {
"abi-decoder": "^1.2.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"dotenv": "^6.0.0",
"ethereumjs-abi": "^0.6.5",
"ganache-cli": "^6.1.8",
"husky": "^1.3.1",
"prettier": "^1.14.2",
"semantic-release": "^15.13.3",
"solium": "^1.1.8",
"truffle": "^4.1.14",
"truffle-hdwallet-provider": "0.0.6",
"validate-commit-msg": "^2.14.0"
},
"scripts": {
"test": "scripts/test.sh",
"lint": "npx solium -d contracts",
"lint:fix": "npx solium -d contracts --fix",
"semantic-release": "semantic-release",
"commit-msg": "validate-commit-msg",
"compile": "truffle compile"
},
"author": "Decentraland",
"license": "ISC",
"dependencies": {
"openzeppelin-zos": "1.9.4",
"zos": "^1.4.2",
"zos-lib": "^1.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/decentraland/marketplace-contracts.git"
}
}