mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"name": "@morten-olsen/goodwrites",
|
|
"packageManager": "yarn@3.1.0",
|
|
"main": "./dist/index.js",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.25.10",
|
|
"fs-extra": "^11.1.0",
|
|
"reading-time": "^1.5.0",
|
|
"remark": "^13",
|
|
"remark-behead": "^2.3.3",
|
|
"unist-util-visit": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13"
|
|
}
|
|
}
|