fix(packaging): Update package metadata: add exports, mark package public; clean up README contributing section

This commit is contained in:
2025-08-24 19:37:15 +00:00
parent 290ff93c1e
commit 73c85f0623
4 changed files with 11 additions and 21 deletions

View File

@@ -3,8 +3,9 @@
"version": "2.0.1",
"private": false,
"description": "A library for node inter process communication, providing an easy-to-use API for IPC.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": "./dist_ts/index.js"
},
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {