{
"name": "@cle-does-things/codemd",
"version": "0.2.1",
"description": "CLI to download papers from arXiv.",
"main": "start.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./pre-install.js",
"uninstall": "node ./uninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AstraBert/codemd.git"
},
"keywords": [
"arxiv",
"papers",
"research",
"cli"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/AstraBert/codemd/issues"
},
"files": [
"pre-install.js",
"start.js",
"uninstall.js",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}