octomation/go-service

View on GitHub
docs/package.json

Summary

Maintainability
Test Coverage
{
  "private": true,
  "scripts": {
    "dev": "NODE_OPTIONS=--inspect next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "^14.0.4",
    "nextra": "^2.5.0",
    "nextra-theme-docs": "^2.13.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}