add files and bin to package.json
Co-Authored-By: Marie Ramlow <me@nycode.dev>
This commit is contained in:
parent
1eff75e491
commit
a294db5cd4
1 changed files with 10 additions and 0 deletions
10
package.json
10
package.json
|
@ -4,7 +4,17 @@
|
||||||
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
||||||
"version": "6.0.3",
|
"version": "6.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"bin": {
|
||||||
|
"db-rest": "./index.js"
|
||||||
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"files": [
|
||||||
|
"docs",
|
||||||
|
"lib",
|
||||||
|
"routes",
|
||||||
|
"api.js",
|
||||||
|
"index.js"
|
||||||
|
],
|
||||||
"author": "Jannis R <mail@jannisr.de>",
|
"author": "Jannis R <mail@jannisr.de>",
|
||||||
"homepage": "https://github.com/derhuerst/db-rest/tree/6",
|
"homepage": "https://github.com/derhuerst/db-rest/tree/6",
|
||||||
"repository": "derhuerst/db-rest",
|
"repository": "derhuerst/db-rest",
|
||||||
|
|
Loading…
Reference in a new issue