From fcbc089dfa0ddf1576fa7fe70a78bbe00714bc64 Mon Sep 17 00:00:00 2001 From: Lubos Date: Thu, 11 Sep 2025 15:46:17 +0800 Subject: [PATCH] chore: add corepack --- package.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97e9d64..2640c15 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,23 @@ "name": "@hey-api/c12", "version": "3.2.1", "description": "Smart Config Loader", - "repository": "hey-api/c12", + "homepage": "https://heyapi.dev/", + "repository": { + "type": "git", + "url": "git+https://github.com/hey-api/c12.git" + }, + "bugs": { + "url": "https://github.com/hey-api/c12/issues" + }, "license": "MIT", + "author": { + "email": "lubos@heyapi.dev", + "name": "Hey API", + "url": "https://heyapi.dev" + }, + "funding": "https://github.com/sponsors/hey-api", "sideEffects": false, "type": "module", - "publishConfig": { - "access": "public", - "registry": "https://npm.pkg.github.com" - }, "exports": { ".": { "types": "./dist/index.d.mts",