"show-coverage":"npm run cover && (xdg-open ./coverage/lcov-report/index.html || exit 0)",
"coveralls":"npm run cover && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"eslint":"eslint lib && echo \"There are no errors.\" || (echo \"Errors in code were found. Run \"npm run eslint-fix\" or repair the problems yourself.\" && exit 1)",
"eslint-fix":"eslint --fix lib \"There are no errors.\" || (echo \"Errors in code were found. Run \"npm run eslint-fix\" or repair the problems yourself.\" && exit 1)"
},
"repository":{
"type":"git",
"url":"https://github.com/sealcode/sealious"
},
"keywords":[
"sealious"
],
"author":"The Sealious team (http://github.com/Sealious)",