Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading