"scripts": {
"test": "nyc mocha \"./{,!(node_modules)/**/}*.test.js\"",
"testall": "nyc mocha **/*.test.js",
"test2": "nodemon --exec \"npm test\"",
  "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
  "rules": "standard | snazzy",
  "fix": "standard --fix"
},
"standard": {
  "parser": "babel-eslint",
  "env": [
    "mocha"
  ],
  "ignore": [
    "**/out/",
    "/lib/select2/",
    "/lib/ckeditor/",
    "tmp.js"
  ]
},