mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: add npm provenance package metadata
This commit is contained in:
parent
f499c9e222
commit
0036f0e9a1
15 changed files with 135 additions and 1 deletions
|
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
"name": "@paperclipai/server",
|
||||
"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": "server"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue