"coveralls":"npm run coverage-test && 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)",