-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 856 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 856 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
{
"name": "zk-mail-management",
"version": "0.1.0",
"description": "ZK Mail Management System - Solana-based institutional email auditing with Mailchain",
"scripts": {
"install:all": "npm install && cd client && npm install && cd ../admin-dashboard1 && npm install",
"build": "cd programs && cargo build-sbf && cd ..",
"test": "anchor test",
"deploy": "anchor deploy",
"client:build": "cd client && npm run build",
"dashboard:start": "cd admin-dashboard1 && npm run dev",
"dashboard:build": "cd admin-dashboard1 && npm run build"
},
"keywords": [
"solana",
"mailchain",
"zk-proofs",
"email-management",
"compliance",
"auditing"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}