From a294db5cd47fcea238e4f44cd3259868a61502f8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 13 Nov 2023 21:09:01 +0100 Subject: [PATCH] add files and bin to package.json Co-Authored-By: Marie Ramlow --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 96e2ec8..41ee841 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,17 @@ "description": "A clean REST API wrapping around the Deutsche Bahn API.", "version": "6.0.3", "type": "module", + "bin": { + "db-rest": "./index.js" + }, "main": "index.js", + "files": [ + "docs", + "lib", + "routes", + "api.js", + "index.js" + ], "author": "Jannis R ", "homepage": "https://github.com/derhuerst/db-rest/tree/6", "repository": "derhuerst/db-rest",