-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 965 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
34
35
36
37
38
39
40
41
{
"name": "x402-surface-check",
"version": "0.2.43",
"description": "No-payment x402 public-surface checker for manifests, OpenAPI specs, and HTTP 402 challenges.",
"type": "module",
"bin": {
"x402-surface-check": "bin/x402-surface-check.mjs"
},
"files": [
"bin",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node --check bin/x402-surface-check.mjs && node test/smoke.mjs",
"pack:dry": "npm pack --dry-run"
},
"keywords": [
"x402",
"agent-payments",
"pay-sh",
"usdc",
"solana",
"mcp",
"security",
"cli"
],
"homepage": "https://tateprograms.com/x402-surface-check.html",
"repository": {
"type": "git",
"url": "git+https://github.com/TateLyman/x402-surface-check.git"
},
"bugs": {
"url": "https://github.com/TateLyman/x402-surface-check/issues"
},
"author": "Tate Programs <hello@tateprograms.com>",
"license": "MIT",
"engines": {
"node": ">=20"
}
}