-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.43 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.43 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "402-announce",
"version": "2.1.1",
"type": "module",
"description": "Announce HTTP 402 services (L402 and x402) on Nostr for decentralised discovery. Kind 31402 parameterised replaceable events.",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"import": "./build/index.js",
"types": "./build/index.d.ts"
}
},
"files": [
"build",
"LICENSE",
"README.md",
"llms.txt",
"llms-full.txt",
"context7.json"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run typecheck && npm run build && npm test"
},
"dependencies": {
"nostr-tools": "^2.12.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"typescript": "^5.7.0",
"vitest": "^4.0.0"
},
"keywords": [
"l402",
"x402",
"402",
"nostr",
"discovery",
"lightning",
"cashu",
"mcp",
"ai-agents",
"machine-payments",
"http-402",
"bitcoin",
"paywall",
"micropayments",
"decentralised"
],
"homepage": "https://402.pub",
"repository": {
"type": "git",
"url": "https://github.com/forgesworn/402-announce.git"
},
"engines": {
"node": ">=18"
},
"funding": {
"type": "lightning",
"url": "lightning:thedonkey@strike.me"
}
}