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