Files
whenwe2/package.json
2023-01-05 14:45:26 +00:00

19 lines
359 B
JSON

{
"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"
}
}