-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "@truelevel/swapbox-contracts",
"version": "0.1.0",
"description": "Solidity smart contracts for the SwapBox project.",
"main": "hardhat.config.ts",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.5.0",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^5.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"bn.js": "^4.11.8",
"chai": "^4.3.6",
"cross-env": "^5.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.0.0",
"hardhat": "^2.12.2",
"hardhat-dependency-compiler": "^1.1.2",
"hardhat-docgen": "^1.1.1",
"hardhat-tracer": "^1.1.0-rc.6",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^7.0.0",
"typescript": "^4.2.4"
},
"scripts": {
"clean": "yarn hardhat clean && rm -rf ./typechain ./dist",
"deploy": "yarn tsc && yarn hardhat run dist/scripts/deploy.js --network localhost",
"compile": "hardhat compile",
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/swapbox/contracts-solidity.git"
},
"author": "tshabs",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/TrueLevel/swapbox/contracts-solidity/issues"
},
"homepage": "https://swabpox.cash"
}