Add publish metadata for npm provenance

This commit is contained in:
dotta 2026-03-17 15:49:42 -05:00
parent e980c2ef64
commit 6ba9aea8ba
14 changed files with 134 additions and 1 deletions

View file

@ -1,6 +1,16 @@
{
"name": "@paperclipai/shared",
"version": "0.3.1",
"license": "MIT",
"homepage": "https://github.com/paperclipai/paperclip",
"bugs": {
"url": "https://github.com/paperclipai/paperclip/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/paperclipai/paperclip",
"directory": "packages/shared"
},
"type": "module",
"exports": {
".": "./src/index.ts",