{ "name": "personal-site", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy", "deploy": "netlify deploy", "deploy:prod": "netlify deploy --prod" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^1.0.1", "@sindresorhus/slugify": "^1.1.0", "markdown-it-anchor": "^8.6.4", "markdown-it-obsidian": "github:raddevon/markdown-it-obsidian", "simpledotcss": "^2.1.0" } }