forked from rainlanguage/rain-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@beehiveinnovation/rain-protocol",
"description": "Fair value capture for intangible or physical assets in a permissionless way in any decentralised environment",
"version": "0.0.16",
"author": "Beehive Innovation",
"license": "CAL",
"repository": {
"type": "git",
"url": "https://github.com/beehive-innovation/rain-protocol.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/beehive-innovation/rain-protocol/issues"
},
"homepage": "http://beehive-innovation.github.io/rain-protocol/",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"chai": "^4.3.6",
"erc721a-upgradeable": "^4.2.2",
"eslint": "^8.2.0",
"ethers": "5.6.1",
"hardhat": "^2.10.2",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-storage-layout": "^0.1.6",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"pretty-quick": "^3.1.1",
"solc-0.8": "npm:solc@^0.8.10",
"solhint": "=3.3.6",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"tslib": "^2.0.0",
"typechain": "^8.1.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "=4.7.3"
},
"overrides": {
"solhint": {
"@solidity-parser/parser": "=0.14.2"
}
}
}