Files
Morten Olsen a1fc380c55 docs: updates
2023-01-30 22:21:19 +01:00

19 lines
382 B
JSON

{
"name": "@morten-olsen/goodwrites",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --build"
},
"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"
}
}