-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 6.24 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 6.24 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "upstream-radar",
"version": "0.45.0",
"description": "Always-on dependency and compatibility monitoring for DeepSeek Harness plugins, including exact paths, upstream changes, and isolated install/load evidence.",
"type": "module",
"license": "Apache-2.0",
"author": "MicroMilo",
"homepage": "https://github.com/MicroMilo/upstream-radar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MicroMilo/upstream-radar.git"
},
"bugs": {
"url": "https://github.com/MicroMilo/upstream-radar/issues"
},
"keywords": [
"deepseek-harness",
"deepseek",
"dsh",
"dsh-plugin",
"plugin",
"plugin-security",
"cordis",
"dependency-security",
"dependency-monitoring",
"dependency-vulnerabilities",
"vulnerability-monitoring",
"breaking-changes",
"supply-chain",
"dependency-graph",
"osv",
"agent-security",
"ai-agent",
"npm"
],
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@11.3.0",
"publishConfig": {
"access": "public"
},
"bin": {
"upstream-radar": "dist/src/cli.js"
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./dsh": {
"types": "./dist/src/dsh-plugin.d.ts",
"import": "./dist/src/dsh-plugin.js"
},
"./cordis.patch.yml": {
"default": "./cordis.patch.yml"
}
},
"files": [
"dist/src",
"schemas",
"cordis.patch.yml",
"docs/assets/upstream-radar-hero.jpg",
"docs/assets/upstream-radar-hero-mobile.jpg",
"README.md",
"README-zh-CN.md",
"docs/README.zh-CN.md",
"examples/cases/dsh-web-ui-issue-71",
"LICENSE"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"cli": "node dist/src/cli.js",
"demo": "pnpm run build && node dist/src/cli.js demo",
"check": "tsc -p tsconfig.json --noEmit",
"scan:self": "pnpm run build && node dist/src/cli.js scan . --fail-on block",
"showcase": "pnpm run build && node scripts/radar-showcase.mjs",
"showcase:reports": "pnpm run build && node scripts/radar-showcase.mjs --write-reports",
"showcase:admission": "pnpm run build && node scripts/showcase.mjs",
"showcase:admission:reports": "pnpm run build && node scripts/showcase.mjs --write-reports",
"showcase:radar": "pnpm run build && node scripts/radar-showcase.mjs",
"showcase:radar:reports": "pnpm run build && node scripts/radar-showcase.mjs --write-reports",
"benchmark:compatibility": "pnpm run build && node dist/src/cli.js benchmark compatibility",
"showcase:dsh-probe": "pnpm run build && node scripts/dsh-load-probe-showcase.mjs",
"showcase:dsh-runtime": "pnpm run build && node scripts/dsh-runtime-graph-showcase.mjs",
"showcase:dsh-runtime:report": "pnpm run build && node scripts/dsh-runtime-graph-showcase.mjs --write-report",
"showcase:dsh-host-alert": "pnpm run build && node scripts/dsh-host-alert-showcase.mjs",
"showcase:dsh-host-alert:report": "pnpm run build && node scripts/dsh-host-alert-showcase.mjs --write-report",
"showcase:github-advisories": "pnpm run build && node scripts/github-advisory-showcase.mjs",
"showcase:threat-intel": "pnpm run build && node scripts/threat-intel-showcase.mjs",
"showcase:quickstart": "pnpm run build && node scripts/quickstart-showcase.mjs",
"showcase:dsh-adoption": "pnpm run build && node scripts/dsh-adoption-showcase.mjs",
"showcase:dsh-adoption:report": "pnpm run build && node scripts/dsh-adoption-showcase.mjs --write-report",
"showcase:dsh-profile-check": "pnpm run build && node scripts/dsh-profile-check-showcase.mjs",
"showcase:dsh-profile-check:report": "pnpm run build && node scripts/dsh-profile-check-showcase.mjs --write-report",
"showcase:dsh-case": "pnpm run build && node scripts/dsh-case-showcase.mjs",
"showcase:dsh-case:report": "pnpm run build && node scripts/dsh-case-showcase.mjs --write-report",
"showcase:observer": "pnpm run build && node scripts/upstream-observer-showcase.mjs",
"monitor:dsh-findings": "pnpm run build && node scripts/monitor-dsh-findings.mjs",
"refresh:dsh-batch": "pnpm run build && node scripts/refresh-dsh-batch-index.mjs",
"refresh:dsh-directory-feed": "pnpm run build && node scripts/write-dsh-directory-feed.mjs examples/dsh/awesome-observer/cohort.json examples/dsh/install-observer/targets.json compatibility-ledger.json feeds/dsh-plugin-compatibility.json feeds/dsh-plugin-compatibility.md observations.json surface-ledger.json",
"expand:dsh-cohort": "pnpm run build && node scripts/expand-awesome-dsh-cohort.mjs",
"showcase:pnpm-lock": "pnpm run build && node scripts/pnpm-lock-showcase.mjs",
"showcase:pnpm-lock:monitor": "pnpm run build && node scripts/pnpm-lock-monitor-showcase.mjs",
"showcase:npm-lock:monitor": "pnpm run build && node scripts/npm-lock-monitor-showcase.mjs",
"showcase:webhook": "pnpm run build && node scripts/webhook-showcase.mjs",
"showcase:notifications": "pnpm run build && node scripts/notification-policy-showcase.mjs",
"showcase:setup-start": "pnpm run build && node scripts/setup-start-showcase.mjs",
"release:check": "pnpm run build && node scripts/release-preflight.mjs",
"release:check:published": "pnpm run build && node scripts/release-preflight.mjs --published",
"try:consumer": "pnpm run build && node scripts/consumer-smoke.mjs",
"try:consumer:published": "node scripts/consumer-smoke.mjs --published",
"try:dsh": "pnpm run build && node scripts/dsh-headless-showcase.mjs",
"try:dsh:real": "pnpm run build && node scripts/dsh-headless-showcase.mjs --real-plugins",
"try:dsh:public-case": "pnpm run build && node scripts/dsh-headless-showcase.mjs --public-case",
"try:dsh:public-case:report": "pnpm run build && node scripts/dsh-headless-showcase.mjs --public-case --write-report",
"try:dsh:live": "pnpm run build && node scripts/dsh-headless-showcase.mjs --live-feeds",
"try:dsh:report": "pnpm run build && node scripts/dsh-headless-showcase.mjs --write-report",
"prepublishOnly": "pnpm test && node scripts/release-preflight.mjs",
"test": "pnpm run build && node --test dist/test/*.test.js"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"devDependencies": {
"@types/node": "26.2.0",
"typescript": "7.0.2"
}
}