-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 758 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
{
"name": "cctp-relayer",
"version": "0.1.0",
"private": true,
"description": "CCTP relayer UI for manually relaying USDC transfers from Noble (Cosmos) to Solana using Circle CCTP and Phantom.",
"author": "jasbanza",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/jasbanza/cctp-relayer.git"
},
"bugs": {
"url": "https://github.com/jasbanza/cctp-relayer/issues"
},
"homepage": "https://cctp-relayer.vercel.app/",
"scripts": {
"dev": "serve -l 8000 public",
"serve": "serve -l 8000 public",
"start": "serve -l 8000 public",
"build": "echo \"Static app – nothing to build\""
},
"dependencies": {},
"devDependencies": {
"serve": "^14.2.0"
}
}