-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.45 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.45 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@lagrangee/bearing",
"version": "0.1.2-dev",
"description": "Local-first project governance for coding agents.",
"type": "module",
"bin": {
"bearing": "dist/cli.js"
},
"files": [
"dist/cli.js",
"dist/bundle-dependencies.json",
"dist/portal",
"docs/cli.md",
"docs/cli.zh-CN.md",
"docs/data-and-security.md",
"docs/data-and-security.zh-CN.md",
"docs/agent-installation.md",
"docs/everyday-workflows.md",
"docs/everyday-workflows.zh-CN.md",
"docs/getting-started.md",
"docs/getting-started.zh-CN.md",
"docs/troubleshooting.md",
"docs/troubleshooting.zh-CN.md",
"skills/bearing",
"README.md",
"README.zh-CN.md",
"CHANGELOG.md",
"LICENSE",
"THIRD_PARTY_NOTICES",
"SECURITY.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md"
],
"scripts": {
"build": "bun scripts/build.ts",
"check": "biome check .",
"demo:build": "vite build demo --base /bearing/ --outDir ../pages-artifact --emptyOutDir",
"demo:verify": "bun run build && bun run demo:build && bun test tests/demo-pages-contract.test.ts && playwright test --config browser-tests/demo-pages.playwright.config.ts && bun run package:check",
"dev:portal:install": "node scripts/development-portal-launch-agent.mjs install",
"dev:portal:status": "node scripts/development-portal-launch-agent.mjs status",
"dev:portal:uninstall": "node scripts/development-portal-launch-agent.mjs uninstall",
"dev:ui": "vite",
"test": "bun run build && bun test tests/*.test.ts tests/*.test.tsx && bun run test:catalog-node",
"test:catalog-node": "bun scripts/run-node-catalog-tests.ts",
"test:browser": "bun run build && playwright test",
"typecheck": "tsc --noEmit",
"verify": "bun run typecheck && bun run check && bun run build && bun test tests/*.test.ts tests/*.test.tsx && bun run test:catalog-node",
"prepack": "bun run build",
"package:check": "bun scripts/check-package-boundary.ts",
"license:check": "bun scripts/check-dependency-licenses.ts",
"public-source:check": "bun scripts/check-public-source-residue.ts",
"gitleaks:revision": "go run github.com/zricethezav/gitleaks/v8@v8.30.1 git --redact --config .gitleaks.toml --no-banner --log-opts=\"-1 HEAD\" .",
"candidate:prepare": "bun scripts/prepare-release-candidate.ts",
"candidate:verify": "bun scripts/verify-release-candidate.ts",
"release:smoke": "node scripts/release-smoke.mjs",
"release:public-smoke": "bun scripts/public-release-smoke.ts"
},
"engines": {
"node": ">=24.15.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@biomejs/biome": "^2.3.11",
"@hono/node-server": "^2.0.8",
"@js-temporal/polyfill": "0.5.1",
"@mdit/plugin-tasklist": "^1.0.2",
"@noble/hashes": "2.2.0",
"@playwright/test": "^1.61.1",
"@types/markdown-it": "14.1.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "2.16.0",
"@types/semver": "7.8.0",
"@types/tar-stream": "3.1.4",
"@types/write-file-atomic": "4.0.3",
"@vitejs/plugin-react": "^6.0.3",
"bun-types": "^1.3.5",
"deep-freeze-es6": "^5.0.0",
"fuse.js": "^7.3.0",
"hono": "^4.12.30",
"lucide-react": "^1.24.0",
"markdown-it": "^14.3.0",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-frontmatter": "^2.0.1",
"mdast-util-gfm": "^3.1.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-frontmatter": "^2.0.0",
"micromark-extension-gfm": "^3.0.0",
"parse-headers": "^2.0.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-grab": "^0.1.48",
"safe-stable-stringify": "^2.5.0",
"sanitize-html": "2.17.6",
"semver": "7.8.5",
"tar-stream": "3.2.0",
"typescript": "^5.9.3",
"unist-util-visit": "^5.1.0",
"vite": "^8.1.4",
"write-file-atomic": "8.0.0",
"yaml": "^2.8.1",
"zod": "^4.2.1"
},
"license": "MIT",
"author": "lagrangee",
"repository": {
"type": "git",
"url": "git+https://github.com/lagrangee/bearing.git"
},
"homepage": "https://github.com/lagrangee/bearing#readme",
"bugs": {
"url": "https://github.com/lagrangee/bearing/issues"
},
"keywords": [
"agent-skills",
"codex",
"claude-code",
"project-governance",
"planning",
"local-first",
"coding-agents",
"cli",
"portal"
],
"publishConfig": {
"access": "public",
"provenance": true
}
}