add files and bin to package.json

Co-Authored-By: Marie Ramlow <me@nycode.dev>
This commit is contained in:
Jannis R 2023-11-13 21:09:01 +01:00
parent 1eff75e491
commit a294db5cd4
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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 <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/db-rest/tree/6",
"repository": "derhuerst/db-rest",