-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 730 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "agent-paywall-router",
"version": "1.0.0",
"private": true,
"description": "An agent-native payment layer for paid web actions — x402 + Stellar micropayments",
"author": "Mokwa Moffat Ohuru",
"license": "MIT",
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "npm run dev --workspace=apps/web",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"demo": "node scripts/demo.js",
"demo:search": "node scripts/demo.js \"Search for Stellar blockchain micropayments and summarize the key points\"",
"demo:analyze": "node scripts/demo.js \"Search for x402 payment protocol and analyze the main themes\""
},
"engines": {
"node": ">=20.0.0"
}
}