forked from PositionExchange/position-token
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "posi-token",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register 'tests/**/*.ts'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3-legacy": "^2.0.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.1.2",
"@types/chai": "^4.2.20",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.4.1",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^9.0.2",
"ts-node": "^10.0.0",
"typechain": "^5.1.1",
"typescript": "^4.3.5",
"web3": "^0.20.7"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/contracts": "^4.2.0",
"@typechain/truffle-v5": "^5.0.0",
"@typechain/web3-v1": "^3.0.0",
"hardhat-typechain": "^0.3.5",
"ts-generator": "^0.1.1",
"typechain-target-ethers-v5": "^5.0.1",
"web3-eth-accounts": "^1.4.0"
}
}