{ "name": "virtual-star", "version": "0.0.0", "description": "Static blog generator and simple server for node", "homepage": "https://github.com/walcutt/virtual-star#readme", "bugs": { "url": "https://github.com/walcutt/virtual-star/issues" }, "repository": { "type": "git", "url": "git+https://github.com/walcutt/virtual-star.git" }, "license": "ISC", "author": "walcutt", "type": "module", "main": "bundle.js", "scripts": { "build": "node build.js", "serve": "node serve.js" }, "dependencies": { "dotenv": "^16.4.7", "serve-handler": "^6.1.6", "showdown": "^2.1.0" } }