forked from 10k-swap/10k_swap-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 Bytes
/
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
{
"name": "10k_swap-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx hardhat --network localhost test",
"test:router": "npx hardhat test test/l0k_router.test.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@shardlabs/starknet-hardhat-plugin": "^0.6.0",
"@types/chai": "^4.2.22",
"@types/elliptic": "^6.4.14",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.10",
"chai": "^4.3.4",
"dotenv": "^16.0.1",
"ethers": "^5.4.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@toruslabs/starkware-crypto": "^1.0.0",
"axios": "^0.24.0",
"execa": "5.1.1",
"hardhat": "2.9.9",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"starknet": "^3.15.0"
}
}