forked from Emmy123222/Stellar-MicroPay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 890 Bytes
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
{
"scripts": {
"clean": "rm -rf frontend/.next backend/dist contracts/target && echo 'Clean complete: removed .next, dist, and target directories'",
"load-test": "node scripts/load-test.js",
"prepare": "husky install"
},
"dependencies": {
"clsx": "^2.1.1"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@playwright/test": "^1.59.1",
"@types/jest": "^29.0.0",
"playwright": "^1.59.1",
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"eslint": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autocannon": "^8.0.0",
"husky": "^9.0.0"
},
"keywords": [
"stellar",
"zero-knowledge",
"cryptography",
"blockchain"
],
"author": "Stellar MicroPay Team",
"license": "MIT"
}