UNPKG

hostr

Version:

A simple web server for the current working directory. Used for hello world style web sites hosting only files in current directory structure. Watches files and integrates with LiveReload.

2 lines (1 loc) 79 B
import pkg from './package.json' with { type: 'json' }; console.log(pkg.name);