Add repository field and provenance to package configs

This commit is contained in:
Danila Poyarkov 2026-03-01 16:23:30 +03:00
parent c4e6514ea2
commit 1e873d64b1
2 changed files with 14 additions and 2 deletions

View file

@ -6,8 +6,14 @@
"open-pencil": "./src/index.ts"
},
"files": ["src"],
"repository": {
"type": "git",
"url": "git+https://github.com/open-pencil/open-pencil.git",
"directory": "packages/cli"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"dependencies": {
"@open-pencil/core": "workspace:*",

View file

@ -15,8 +15,14 @@
"build": "tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-pencil/open-pencil.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"dependencies": {
"canvaskit-wasm": "^0.40.0",