forked from argentlabs/argent-contracts-starknet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 826 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
{
"name": "argent_contracts_starknet",
"version": "1.0.0",
"description": "",
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"ethers": "6.8.1",
"starknet": "6.5.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.0",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/lodash-es": "^4.17.8",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"lodash-es": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}