design-pact 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-pact",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Design-system contract for AI agents: derive a full token set from a palette in the local studio, export an agent-executable design.md, convert it to CSS/Tailwind tokens, and audit generated UI against the contract. Works with Claude Code / Cursor. Zero backend, zero account.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,6 +30,13 @@
30
30
  "cli"
31
31
  ],
32
32
  "license": "MIT",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/no7z/design-pact.git",
36
+ "directory": "packages/cli"
37
+ },
38
+ "homepage": "https://github.com/no7z/design-pact#readme",
39
+ "bugs": "https://github.com/no7z/design-pact/issues",
33
40
  "dependencies": {
34
41
  "culori": "^4.0.2"
35
42
  },