@subly_fi/pay 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@subly_fi/pay",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Subly client: pay compatible standard x402 Solana USDC exact APIs from Kamino vault yield — the seller needs no Subly integration. Ships an MCP server and a one-shot pay/deposit CLI; non-custodial (signs locally with your own key).",
5
+ "keywords": [
6
+ "x402",
7
+ "solana",
8
+ "usdc",
9
+ "mcp",
10
+ "ai-agents",
11
+ "payments",
12
+ "kamino"
13
+ ],
14
+ "author": "SublyFi",
5
15
  "license": "MIT",
6
16
  "type": "module",
7
17
  "engines": {
@@ -12,11 +22,14 @@
12
22
  },
13
23
  "files": [
14
24
  "dist",
15
- "README.md"
25
+ "README.md",
26
+ "LICENSE"
16
27
  ],
17
28
  "scripts": {
18
29
  "build": "node build.mjs",
19
- "typecheck": "tsc -p tsconfig.json --noEmit"
30
+ "typecheck": "tsc -p tsconfig.json --noEmit",
31
+ "prepublishOnly": "npm run build",
32
+ "pack:check": "npm pack --dry-run --json"
20
33
  },
21
34
  "dependencies": {
22
35
  "@modelcontextprotocol/sdk": "^1.29.0",
@@ -35,8 +48,12 @@
35
48
  "publishConfig": {
36
49
  "access": "public"
37
50
  },
51
+ "homepage": "https://github.com/SublyFi/subly-payment-protocol#readme",
52
+ "bugs": {
53
+ "url": "https://github.com/SublyFi/subly-payment-protocol/issues"
54
+ },
38
55
  "repository": {
39
56
  "type": "git",
40
- "url": "https://github.com/SublyFi/subly-payment-protocol"
57
+ "url": "git+https://github.com/SublyFi/subly-payment-protocol.git"
41
58
  }
42
59
  }