uniorg-parse
Version:
uniorg plugin to parse org-mode
54 lines • 1.23 kB
JSON
{
"name": "uniorg-parse",
"version": "3.2.0",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
"uniorg",
"unified",
"plugin",
"org-mode",
"parse"
],
"author": "Oleksii Shmalko <rasen.dubi@gmail.com>",
"homepage": "https://github.com/rasendubi/uniorg",
"license": "GPL-3.0-or-later",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rasendubi/uniorg.git"
},
"bugs": {
"url": "https://github.com/rasendubi/uniorg/issues"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "^20.12.12",
"@types/unist": "^3.0.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"yaml": "^2.4.2"
},
"dependencies": {
"unified": "^11.0.4",
"uniorg": "^1.3.0",
"unist-builder": "^4.0.0",
"vfile": "^6.0.1",
"vfile-location": "^5.0.2"
},
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.build.json",
"clean": "rm -rf ./lib",
"compile": "tsc -p tsconfig.build.json",
"test": "jest"
}
}