{ "name": "nodejs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "npx @11ty/eleventy && npx http-serve _site -p 8082", "dev": "npx @11ty/eleventy --serve --port=8080", "build": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/node": "^18.0.6", "clean-css": "^5.3.2", "html-minifier": "^4.0.0", "node-fetch": "^3.2.6" } }