free-programming-books-parser/package.json

24 lines
534 B
JSON

{
"name": "free-programming-books-markdown-parser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ Senior-Design-2021-Ebook-Team/markdown-parser.git"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fpb-parse": "./index.js"
},
"author": "Nick Quidas",
"license": "ISC",
"dependencies": {
"command-line-args": "^5.2.0",
"remark": "^13.0.0"
}
}