language: node_js

script:
 - npm run lint
 - npm test
