-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "arc-plugin",
"version": "2.11.1",
"private": true,
"description": "Arc workflows for Claude Code and Codex",
"scripts": {
"dev": "pnpm --dir site dev",
"test": "bash tests/run-skill-tests.sh",
"build:codex": "bash scripts/build-codex-plugin.sh",
"prepare": "husky",
"lint": "howells-check --config=oxlint.config.ts package.json skills tests scripts references oxlint.config.ts oxfmt.config.ts",
"lint:fix": "howells-fix --config=oxlint.config.ts package.json skills tests scripts references oxlint.config.ts oxfmt.config.ts",
"format": "howells-oxfmt --write package.json skills tests scripts references oxlint.config.ts oxfmt.config.ts README.md"
},
"devDependencies": {
"@howells/lint": "catalog:",
"husky": "^9.0.0"
},
"engines": {
"node": ">=24.15.0 <25"
},
"packageManager": "pnpm@11.5.2"
}