astrocite-bibtex
Version:
Parser and AST for converting BibTeX to CSL JSON
29 lines (28 loc) • 651 B
JSON
{
"name": "astrocite-bibtex",
"version": "0.16.4",
"description": "Parser and AST for converting BibTeX to CSL JSON",
"license": "MIT",
"repository": "dsifford/astrocite",
"author": "Derek P Sifford",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib/* && pegjs -o src/grammar.js src/grammar.pegjs && tsc -p ."
},
"files": [
"lib/**",
"index.d.ts"
],
"types": "index.d.ts",
"keywords": [
"bibtex",
"CSL",
"citation-style-language",
"citation"
],
"dependencies": {
"astrocite-core": "^0.16.0",
"csl-json": "^0.1.0"
},
"gitHead": "5fe4d1a70b12229fdc19f3111b8a56552cfd174a"
}