-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 828 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
{
"name": "know-code-monorepo",
"private": true,
"version": "0.1.4",
"description": "k(no)w-code — agents don't push until you know exactly what's changed",
"workspaces": [
"packages/cli",
"website"
],
"scripts": {
"prepare": "node scripts/link-skills.mjs && node scripts/sync-hooks.mjs",
"build": "npm run build -w @chtnnh/know-code",
"build:docs": "npm run build -w website",
"test": "npm run test -w @chtnnh/know-code",
"smoke": "bash scripts/smoke-enforcement.sh",
"link-skills": "node scripts/link-skills.mjs",
"sync-hooks": "node scripts/sync-hooks.mjs",
"know-code": "node packages/cli/dist/index.js"
},
"engines": {
"node": ">=20"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chtnnh/know-code.git"
}
}