sped-gen-cli
Version:
CLI para o SPED-Gen
34 lines (33 loc) • 665 B
JSON
{
"name": "sped-gen-cli",
"version": "0.1.6",
"description": "CLI para o SPED-Gen",
"main": "cli.js",
"scripts": {
"lint": "eslint .",
"prepublish": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sped-gen": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elvisgs/sped-gen-cli"
},
"keywords": [
"sped",
"generator",
"cli",
"gerador"
],
"author": "Elvis Luciano Guimaraes <elvis.gs@gmail.com>",
"license": "MIT",
"dependencies": {
"sped-gen": "^0.1.10",
"yargs": "^4.8.1"
},
"devDependencies": {
"eslint": "^3.1.1"
}
}