{
"name": "example-package",
"version": "1.0.0",
"main": "dist/index.js",
"bin": {
"filebrowser": "dist/index.js"
},
"private": false,
"author": {
"name": "John Smith",
"email": "mail@example.com",
"url": "https://example.com"
},
"contributors": [
{
"name": "John Smith",
"email": "mail@example.com"
}
],
"scripts": {
"build": "tsc",
"run": "node dist"
},
"dependencies": {
"dotenv": "^8.2.0"
},
"devDependencies": {
"typescript": "^4.5"
},
"config": {
"port": 8080,
"hostname": null
}
}