forked from owlto-finance/owlto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "zksync-maker",
"version": "1.0.0",
"description": "maker tools for zksync",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wankai/zksync-maker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wankai/zksync-maker/issues"
},
"homepage": "https://github.com/wankai/zksync-maker#readme",
"dependencies": {
"@prisma/client": "^5.2.0",
"ajv": "^8.12.0",
"async-listen": "^2.0.3",
"axios": "^1.3.5",
"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.1",
"dotenv": "^16.0.3",
"ethers": "^6.7.1",
"starknet": "^5.14.1",
"ts-jest-resolver": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"jest": "^29.6.4",
"prisma": "^5.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
}
}