{
"name": "grammalecte-cli",
"version": "1.0.0",
"description": "Grammalecte command line interface",
"keywords": [
"cli",
"french",
"grammar",
"proofreader"
],
"author": "Sébastien GRAVIER, Olivier R.",
"license": "GPL-3.0-or-later",
"homepage": "https://www.dicollecte.org/",
"bin": {
"gramma-cli": "bin/gramma-cli.js"
},
"engines": {
"node": ">=9.0.0"
},
"scripts": {
"gramma-cli": "node bin/gramma-cli.js"
},
"dependencies": {
"grammalecte": "~1.0.0"
},
"files": [
"bin",
"lib",
"data",
"readme.md"
]
}