UNPKG

335 BJSONView Raw
1{
2 "start": "webpack-dev-server --hot --inline --host 0.0.0.0 --port {{PORT}}",
3 "flow": "flow status",
4 "lint": "eslint index.js ./src -f table || true",
5 "test": "jest",
6 "test:watch": "jest --watch",
7 "test:watch:all": "jest --watchAll",
8 "test:coverage": "jest --coverage",
9 "test:all": "yarn lint && yarn test:coverage"
10}