cirosantilli/typescript/package.json

typescript/package.json
{
  "name": "test",
  "version": "1.0.0",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@types/node": "^16.11.13",
    "typescript": "^4.5.4"
  }
}