-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 757 Bytes
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
{
"name": "codex-plugins",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Fusengine plugin ecosystem migrated to Codex CLI",
"scripts": {
"migrate": "bun run scripts/migrate.ts",
"sync:agents": "bun run scripts/sync-agents.ts",
"validate": "bun run scripts/validate.ts",
"conformance:fix": "bun run scripts/final-conformance.ts"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@types/bun": "latest",
"smol-toml": "^1.7.0",
"typescript": "^7.0.2",
"yaml": "^2.9.0"
},
"engines": {
"bun": ">=1.1.0"
},
"dependencies": {
"@clack/prompts": "^1.7.0",
"@fusengine/harness": "^0.1.89",
"cheerio": "^1.2.0",
"chrome-launcher": "^1.2.1",
"fast-xml-parser": "^5.9.3",
"lighthouse": "^13.4.0"
}
}