-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
124 lines (124 loc) · 4.14 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@paraspace/core-v1",
"version": "2.0.0",
"description": "ParaSpace Protocol V1 core smart contracts",
"files": [
"contracts",
"artifacts",
"types"
],
"scripts": {
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"size": "hardhat size-contracts",
"build": "hardhat compile",
"typechain": "hardhat typechain",
"lint": "tsc --noEmit -skipLibCheck && solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol' 'scripts/**/*.ts' 'helpers/**/*.ts' 'tasks/**/*.ts' 'test/**/*.ts' 'hardhat.config.ts' 'helper-hardhat-config.ts' 'market-config/**/*.ts' && eslint . --ext .ts",
"coverage": "hardhat coverage --testfiles 'test/*.ts'",
"format": "prettier --write 'contracts/**/*.sol' 'scripts/**/*.ts' 'helpers/**/*.ts' 'tasks/**/*.ts' 'test/**/*.ts' 'hardhat.config.ts' 'helper-hardhat-config.ts' 'market-config/**/*.ts'",
"doc": "hardhat docgen",
"test": "hardhat test ./test/*.ts",
"clean": "hardhat clean"
},
"resolutions": {
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@flashbots/ethers-provider-bundle": "^0.6.1",
"@json2csv/plainjs": "^7.0.1",
"@looksrare/sdk": "^0.7.4",
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.4.0",
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@prb/math": "^2.5.0",
"@safe-global/safe-core-sdk": "^3.2.0",
"@safe-global/safe-core-sdk-types": "^1.7.0",
"@safe-global/safe-ethers-lib": "^1.7.0",
"@safe-global/safe-service-client": "^1.5.0",
"@tenderly/hardhat-tenderly": "1.1.0-beta.5",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.2.11",
"@types/lowdb": "1.0.9",
"@types/mocha": "^9.1.1",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@uniswap/v3-periphery": "1.4.1",
"@uniswap/v3-sdk": "^3.9.0",
"@x2y2-io/sdk": "^0.1.4",
"async": "^3.2.4",
"bignumber.js": "^9.1.1",
"chai": "4.2.0",
"chai-bignumber": "3.0.0",
"defender-relay-client": "^1.7.0",
"dotenv": "^16.0.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eth-sig-util": "2.5.3",
"ethereum-input-data-decoder": "^0.4.2",
"ethereum-waffle": "3.2.0",
"ethereumjs-util": "7.0.2",
"ethers": "5.7.2",
"ethers-multisend": "^2.4.0",
"evm-bn": "^1.1.2",
"git-rev-sync": "^3.0.2",
"hardhat": "^2.17.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.11.30",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-typechain": "^0.3.5",
"husky": "^8.0.1",
"lodash": "^4.17.21",
"lowdb": "1.0.0",
"minimatch": "^5.1.0",
"pinst": "^3.0.0",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-alpha.53",
"pretty-quick": "^3.1.1",
"prompt-sync": "^4.2.0",
"shelljs": "^0.8.5",
"solhint": "^3.3.6",
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.35",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "4.7.4",
"userop": "^0.3.1",
"walkdir": "^0.4.1",
"zksync-web3": "^0.14.3"
},
"author": "ParaSpace-MM Team",
"contributors": [],
"license": "MIT",
"keywords": [
"paraspace",
"nft",
"marketplace",
"money-market",
"protocol",
"protocol-v1",
"ethereum",
"solidity"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git://github.com/para-space/paraspace-core"
}
}