File size: 702 Bytes
3878dd8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"name": "create-research-article",
"version": "0.4.0",
"description": "Scaffold a new research paper or article from the research-article-template",
"license": "CC-BY-4.0",
"type": "module",
"bin": {
"create-research-article": "cli.js"
},
"files": [
"cli.js"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"create",
"scaffold",
"research",
"paper",
"article",
"template",
"astro",
"mdx",
"scientific-writing"
],
"author": {
"name": "Thibaud Frere",
"url": "https://huggingface.co/tfrere"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/tfrere/research-article-template"
}
} |