@zettlr/citr
Version:
A small library to parse Markdown Citeproc notation as CSL JSON
36 lines (35 loc) • 817 B
JSON
{
"name": "@zettlr/citr",
"version": "1.2.2",
"description": "A small library to parse Markdown Citeproc notation as CSL JSON",
"author": "Hendrik Erz <hendrik@zettlr.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/Zettlr/Citr.git"
},
"main": "dist/citr.js",
"types": "dist/citr.d.ts",
"scripts": {
"prepare": "yarn build",
"test": "mocha",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [
"CSL",
"JSON",
"Citeproc",
"Citation",
"Zotero",
"API"
],
"devDependencies": {
"chalk": "^4.1.0",
"mocha": "^8.2.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@types/node": "^14.14.22"
}
}