-
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) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "registrystack-id",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Static identifier registry for id.registrystack.org.",
"scripts": {
"import:catalog": "node scripts/import-registry-stack-catalog.mjs",
"build": "node scripts/build.mjs",
"check": "node scripts/check.mjs",
"check:upstream": "node scripts/check-upstream-artifacts.mjs",
"check:problem-routes": "node scripts/check-problem-routes.mjs",
"report:catalog": "node scripts/report-catalog-change.mjs",
"smoke:catalog": "node scripts/smoke-catalog.mjs",
"smoke:live": "node scripts/smoke-live.mjs",
"smoke:problem-routes": "node scripts/smoke-problem-routes.mjs",
"test": "node --test scripts/*.test.mjs && npm run check && npm run check:problem-routes"
},
"engines": {
"node": ">=22.12.0"
}
}