-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 775 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "lingxi-workflow",
"description": "LingXi 2.0 quality-first rebuild with a Codex-native core.",
"private": true,
"author": "tower1229@gmail.com",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"lx:bootstrap": "node scripts/lx-bootstrap.mjs",
"lx:create-automation": "node scripts/lx-create-automation.mjs",
"lx:distill-sessions": "node scripts/lx-distill-sessions.mjs",
"lx:setup": "node scripts/lingxi-setup.mjs",
"lx:setup:claude": "node scripts/lingxi-setup.mjs --host claude",
"lx:validate-plugin": "node scripts/validate-template.mjs",
"lx:uninstall": "node scripts/lx-uninstall.mjs",
"test": "node --test \"test/scripts/**/*.test.mjs\"",
"test:scripts": "node --test \"test/scripts/**/*.test.mjs\""
}
}