-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.69 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "socket-ll-contracts",
"version": "0.0.1",
"description": "",
"files": [
"artifacts",
"contracts"
],
"scripts": {
"hardhat:test": "hardhat test",
"hardhat:compile": "hardhat compile",
"hardhat:coverage": "hardhat coverage",
"build": "rm -rf dist && tsc --declaration && hardhat compile && cp -r ./{package.json,yarn.lock,artifacts,networks,contracts,deployments,copy_contracts.sh} dist/",
"publish:dist": "yarn build && yarn publish dist -f --access public",
"docgen": "hardhat docgen",
"lint": "prettier --write **.sol"
},
"pre-commit": [
"lint"
],
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "16.x"
},
"devDependencies": {
"@defi-wonderland/smock": "^2.2.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-ethers": "3.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.4",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@socket.tech/ll-core": "^0.1.33",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^12.20.50",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"bignumber.js": "9.0.0",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.2.0",
"ethereum-waffle": "^3.3.0",
"fs-extra": "^11.1.0",
"hardhat": "^2.9.5",
"hardhat-deploy": "^0.11.0",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-preprocessor": "^0.1.4",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "1.3.0",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21",
"solidity-docgen": "^0.6.0-beta.29",
"solparse": "^2.2.8",
"ts-node": "^10.7.0",
"typechain": "^5.2.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@socket.tech/ll-core-v2": "^0.0.81",
"@solidity-parser/parser": "^0.13.2",
"@types/fs-extra": "^9.0.13",
"eth-revert-reason": "^1.0.3",
"ethers": "5.7.1",
"fs-extra": "^11.1.0",
"hardhat-abi-exporter": "^2.2.1",
"moment": "^2.29.4",
"perf_hooks": "^0.0.1",
"pre-commit": "^1.2.2",
"sleep-promise": "^9.1.0",
"solmate": "^6.6.1"
}
}