-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.91 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.91 KB
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
{
"name": "position-evm-dex-v2",
"version": "1.1.0",
"description": "This is the next-gen of position dex. Embed orderbook and auto market maker",
"main": "index.js",
"scripts": {
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PositionExchange/position-evm-dex-v2.git"
},
"keywords": [
"position-exchange",
"evm",
"smart-contract",
"auto-market-maker",
"fully-onchain",
"orderbook"
],
"author": "position.exchange",
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/PositionExchange/position-evm-dex-v2/issues"
},
"homepage": "https://github.com/PositionExchange/position-evm-dex-v2#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.0",
"@nomiclabs/hardhat-etherscan": "^3.1.1",
"@remix-project/remixd": "^0.6.7",
"@smartdec/smartcheck": "^2.0.1",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"decimal.js": "^10.4.2",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-log-remover": "^2.0.2",
"hardhat-upgrades": "0.0.0",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@openzeppelin/contracts": "4.8.1",
"@openzeppelin/contracts-upgradeable": "4.8.1",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@positionex/matching-engine": "1.4.2",
"@positionex/posi-token": "^1.1.4",
"prettier-plugin-solidity": "^1.0.0-beta.24"
}
}