{ "name": "conversion", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "server": "eleventy --serve", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "node-html-markdown": "^1.3.0" }, "devDependencies": { "@11ty/eleventy": "^1.0.2" } }