From 3ec1d410c53b1b2b1c6c18712efd7ca99176ca79 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Fri, 28 Apr 2023 16:20:29 +0100 Subject: [PATCH] feat(package): export the package.json Allows tooling to perform ad-hoc dependency analysis using require.resolve. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d2b4924..75363138 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "require": "./dist/index.cjs", "import": "./dist/index.js", "types": "./dist/index.d.ts" - } + }, + "./package.json": "./package.json" }, "author": { "name": "Cenk Kilic",