cirosantilli/typescript/open_test/package.json

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