gatsby-transformer-bibtex
Version:
Gatsby transformer plugin for bibtex files
34 lines (33 loc) • 798 B
JSON
{
"name": "gatsby-transformer-bibtex",
"description": "Gatsby transformer plugin for bibtex files",
"author": "Sacha \"giltho\" Ayoun",
"version": "0.1.5",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-transformer-plugin",
"bibtex",
"latex",
"citations",
"scholar"
],
"dependencies": {
"@babel/runtime": "^7.1.2",
"bibtex": "^0.9.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"cross-env": "^5.2.0"
},
"scripts": {
"build": "babel src --out-dir .",
"prepublish": "npm run-script build",
"prepare": "cross-env NODE_ENV=production npm run-script build",
"watch": "babel -w src --out-dir . "
}
}