|
2 | 2 | "name": "archgate", |
3 | 3 | "version": "0.11.1", |
4 | 4 | "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", |
5 | | - "readme": "README.md", |
6 | | - "license": "Apache-2.0", |
7 | | - "homepage": "https://cli.archgate.dev", |
8 | | - "bin": { |
9 | | - "archgate": "bin/archgate.cjs" |
10 | | - }, |
11 | | - "exports": { |
12 | | - "./rules": "./src/formats/rules.ts" |
13 | | - }, |
14 | | - "files": [ |
15 | | - "src/formats/rules.ts", |
16 | | - "bin/archgate.cjs" |
17 | | - ], |
18 | | - "author": { |
19 | | - "name": "Archgate", |
20 | | - "url": "https://archgate.dev" |
21 | | - }, |
22 | 5 | "keywords": [ |
23 | | - "archgate", |
24 | 6 | "adr", |
| 7 | + "archgate", |
25 | 8 | "architecture-decision-records", |
| 9 | + "cli", |
26 | 10 | "governance", |
27 | | - "linter", |
28 | | - "cli" |
| 11 | + "linter" |
29 | 12 | ], |
| 13 | + "homepage": "https://cli.archgate.dev", |
30 | 14 | "bugs": { |
31 | 15 | "url": "https://github.com/archgate/cli/issues" |
32 | 16 | }, |
| 17 | + "license": "Apache-2.0", |
| 18 | + "author": { |
| 19 | + "name": "Archgate", |
| 20 | + "url": "https://archgate.dev" |
| 21 | + }, |
33 | 22 | "repository": { |
34 | 23 | "type": "git", |
35 | 24 | "url": "git+https://github.com/archgate/cli.git" |
36 | 25 | }, |
| 26 | + "bin": { |
| 27 | + "archgate": "bin/archgate.cjs" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "src/formats/rules.ts", |
| 31 | + "bin/archgate.cjs" |
| 32 | + ], |
37 | 33 | "os": [ |
38 | 34 | "darwin", |
39 | 35 | "linux", |
40 | 36 | "win32" |
41 | 37 | ], |
| 38 | + "type": "module", |
| 39 | + "exports": { |
| 40 | + "./rules": "./src/formats/rules.ts" |
| 41 | + }, |
42 | 42 | "scripts": { |
43 | 43 | "cli": "bun run src/cli.ts", |
44 | 44 | "check": "bun run src/cli.ts check", |
|
56 | 56 | "docs:build": "cd docs && bunx --bun astro build", |
57 | 57 | "docs:preview": "cd docs && bunx --bun astro preview" |
58 | 58 | }, |
59 | | - "type": "module", |
60 | 59 | "devDependencies": { |
61 | 60 | "@commander-js/extra-typings": "14.0.0", |
62 | 61 | "@commitlint/cli": "19.8.1", |
|
68 | 67 | "conventional-changelog": "7.1.1", |
69 | 68 | "conventional-changelog-angular": "8.0.0", |
70 | 69 | "inquirer": "12.9.4", |
71 | | - "oxlint": "1.14.0", |
72 | 70 | "oxfmt": "0.41.0", |
| 71 | + "oxlint": "1.14.0", |
73 | 72 | "zod": "4.3.6" |
74 | 73 | }, |
75 | 74 | "peerDependencies": { |
|
79 | 78 | "archgate-darwin-arm64": "0.11.1", |
80 | 79 | "archgate-linux-x64": "0.11.1", |
81 | 80 | "archgate-win32-x64": "0.11.1" |
82 | | - } |
| 81 | + }, |
| 82 | + "readme": "README.md" |
83 | 83 | } |
0 commit comments