work.suroh.tk/package.json

24 lines
458 B
JSON
Raw Normal View History

{
"name": "work.suroh.tk",
"version": "1.1.0",
"description": "",
"dependencies": {
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.9.0"
},
"scripts": {
2023-09-03 19:43:03 +00:00
"dev": "eleventy --serve",
2023-10-26 09:07:12 +00:00
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "gitea@git.suroh.tk:suroh/work.suroh.tk.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}