UNPKG

edb-response

Version:

Formatação Padrão EDB para respostas de API.

44 lines (43 loc) 1.36 kB
{ "name": "edb-response", "version": "0.17.0", "description": "Formatação Padrão EDB para respostas de API.", "main": "src/", "config": { "commitMessage": "Atualização de dependências" }, "scripts": { "standard": "standard ./src", "predocs": "rm -rf ./docs", "docs": "jsdoc ./src -R ./README.md -a all -d ./docs", "server": "http-server ./docs -c-1 -o", "git": "npm run gst && npm run gad && npm run gco && npm run gta && npm run gpo && npm run gpb && npm run gpg", "gst": "git status", "gad": "git add .", "gco": "cross-var git commit -m \"$npm_package_config_commitMessage\"", "gta": "cross-var git tag v$npm_package_version", "gpo": "git push origin master --tags", "gpb": "git push bb master --tags", "gpg": "git push gl master --tags" }, "repository": { "type": "git", "url": "git+https://github.com/digitalbocca/edb-response.git" }, "keywords": [ "response", "edb" ], "author": "Gabriel Bertola Bocca - gabriel@estudiodigitalbocca.com.br", "license": "MIT", "bugs": { "url": "https://github.com/digitalbocca/edb-response/issues" }, "homepage": "https://github.com/digitalbocca/edb-response#readme", "devDependencies": { "cross-var-no-babel": "^1.2.0", "http-server": "^0.12.3", "jsdoc": "^3.6.6", "standard": "^16.0.3" } }