{
  "watch": [
    "src",
    "tests"
  ],
  "ext": "ts,js,json",
  "exec": "npm run build:dev && node -r dotenv/config ."
}