-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.73 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
{
"name": "project-tiny-context-harness",
"private": true,
"version": "0.1.0",
"description": "Reference workspace for Project Tiny Context Harness.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Seven128/project-tiny-context-harness.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"test": "npm test --workspace project-tiny-context-harness",
"launch:check": "node tools/launch_readiness_check.mjs --offline",
"launch:strict-external": "node tools/launch_readiness_check.mjs --strict-external",
"launch:github-metadata": "node tools/github_metadata_update.mjs",
"launch:npm-access": "node tools/npm_publish_access_check.mjs",
"launch:unblock": "node tools/launch_unblock_check.mjs",
"launch:next": "node tools/launch_next_steps.mjs",
"launch:external-prs": "node tools/external_pr_packet_check.mjs",
"launch:demo": "node tools/launch_demo_capture.mjs",
"launch:metrics": "node tools/launch_metrics_snapshot.mjs",
"launch:hn-snapshot": "node tools/launch_hn_snapshot.mjs",
"launch:feedback-note": "node tools/launch_feedback_note.mjs",
"preview:pack": "node tools/source_preview_pack.mjs --clean",
"smoke:quickstart": "node tools/quickstart_smoke.mjs --clean",
"release:sync-version": "node tools/sync_release_version.mjs",
"release:check-version": "node tools/sync_release_version.mjs --check",
"release:github": "node tools/github_release_publish.mjs",
"release:prepare": "node tools/release_prepare.mjs",
"release:publish": "node tools/release_publish.mjs",
"release:npm": "node tools/release_npm.mjs",
"ty-context": "node packages/ty-context/dist/cli.js"
},
"tyContext": {
"harnessFolderName": ".codex"
}
}