Files
morten-olsen.github.io/packages/markdown-loader/package.json
2023-01-30 23:44:49 +01:00

16 lines
284 B
JSON

{
"name": "@morten-olsen/markdown-loader",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --build"
},
"devDependencies": {
"remark": "^13",
"@types/webpack": "^5.28.0"
},
"dependencies": {
"front-matter": "^4.0.2",
"fs-extra": "^11.1.0"
}
}