forked from Merit-Systems/x402scan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.69 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.69 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
{
"name": "@x402scan/monorepo",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "turbo run dev --filter=@x402scan/app",
"dev:mcp": "turbo run dev --filter=@x402scan/app --filter=@x402scan/mcp",
"build": "turbo run build",
"build:deploy": "turbo run build:deploy",
"build:packages": "turbo run build --filter \"./packages/external/**\"",
"clean": "rimraf .turbo node_modules .next dist",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"types:check": "turbo run types:check",
"types:generate": "turbo run types:generate",
"format": "turbo run format",
"format:check": "turbo run format:check",
"format:dir": "prettier --write",
"format:check:dir": "prettier --check",
"knip": "knip",
"knip:check": "turbo run knip",
"check": "turbo run format types:check lint knip publish:check",
"trigger:deploy:analytics": "turbo run trigger:deploy --filter=@x402scan/sync-analytics",
"trigger:deploy:transfers": "turbo run trigger:deploy --filter=@x402scan/sync-transfers",
"trigger:deploy:alerts": "turbo run trigger:deploy --filter=@x402scan/sync-alerts",
"changeset": "changeset",
"changeset:version": "changeset version && pnpm --filter @x402scan/mcp build:mcpb",
"changeset:publish": "pnpm build:packages && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"knip": "^5.80.0",
"prettier": "^3.7.4",
"rimraf": "catalog:",
"turbo": "^2.8.0",
"typescript": "catalog:"
},
"pnpm": {
"overrides": {
"@auth/core": "0.40.0",
"viem": "2.44.1"
},
"onlyBuiltDependencies": [
"@coinbase/x402"
]
}
}