@loom-io/front-matter-converter
Version:
Convert front matter yaml and json into json from loom-io files
50 lines • 1.13 kB
JSON
{
"name": "@loom-io/front-matter-converter",
"version": "0.12.11",
"description": "Convert front matter yaml and json into json from loom-io files",
"main": "dist/exports/lib.js",
"module": "dist/exports/lib.js",
"types": "dist/exports/lib.d.ts",
"type": "module",
"peerDependencies": {
"@loom-io/converter": "^0.12.11",
"@loom-io/core": "^0.12.11"
},
"peerDependenciesMeta": {
"@loom-io/core": {
"optional": true
},
"@loom-io/converter": {
"optional": true
}
},
"dependencies": {
"yaml": "^2.6.0"
},
"keywords": [
"loom-io",
"loom-io-converter",
"yaml",
"front-matter",
"converter"
],
"author": "Wolfgang Rathgeb",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/exports/lib.d.ts",
"import": "./dist/exports/lib.js"
}
},
"homepage": "https://loom-io.cotton-coding.com",
"repository": {
"type": "git",
"url": "https://github.com/cotton-coding/loom-io.git"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
}
}