scim-docs/node_modules/tiny-matter/package.json
2024-08-29 12:10:19 +02:00

39 lines
845 B
JSON

{
"name": "tiny-matter",
"version": "0.0.2",
"description": "Super Tiny Front Matter Parser",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"format:check": "prettier --check \"**/*.{js,ts,md,yml}\"",
"format": "prettier --write \"**/*.{js,ts,md,yml}\"",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/tiny-matter.git"
},
"keywords": [
"matter",
"parse",
"parser",
"front",
"front-matter",
"frontmatter"
],
"author": "Lsong",
"contributors": [
"jrson83"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/song940/tiny-matter/issues"
},
"homepage": "https://github.com/song940/tiny-matter#readme",
"devDependencies": {
"prettier": "^2.5.1"
},
"dependencies": {
"js-yaml": "*"
}
}