fix: add npm provenance package metadata

This commit is contained in:
dotta
2026-03-17 15:55:14 -05:00
parent f499c9e222
commit 0036f0e9a1
15 changed files with 135 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
{
"name": "@paperclipai/adapter-opencode-local",
"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/adapters/opencode-local"
},
"type": "module",
"exports": {
".": "./src/index.ts",