forked from Fundable-Protocol/stellar_client_os
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 650 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 650 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
{
"name": "stellar_client",
"version": "0.1.0",
"private": true,
"description": "Fundable Protocol - Stellar blockchain client and smart contracts",
"scripts": {
"dev": "pnpm --filter @fundable/web dev",
"build": "pnpm --filter @fundable/web build",
"build:contracts": "cd contracts && cargo build --release",
"test:contracts": "cd contracts && cargo test",
"lint": "pnpm --filter @fundable/web lint"
},
"keywords": [
"stellar",
"soroban",
"fundable",
"payment-streaming",
"defi"
],
"repository": {
"type": "git",
"url": "https://github.com/Fundable-Protocol/stellar_client.git"
}
}