diff --git a/package.json b/package.json index c3d5c9f..859a7eb 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,12 @@ "name": "@aestheticfunction/dspack-emit", "version": "0.7.0", "type": "module", - "description": "dspack emitters: compile a dspack design-system contract and dspack surfaces into protocol targets \u2014 an A2UI catalog + surface messages (gates A1-A3) and json-render catalog/registry modules + specs (gates J1-J3).", + "description": "dspack emitters: compile a dspack design-system contract and dspack surfaces into protocol targets — an A2UI catalog + surface messages (gates A1-A3) and json-render catalog/registry modules + specs (gates J1-J3).", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/aestheticfunction/dspack-emit.git" + }, "exports": { ".": { "types": "./dist/index.d.ts",