{
  "name": "quiz-v4",
  "version": "1.0.0",
  "description": "JavaScript Quiz Teil 4: Typescript Ziel Umstellung von Javascript auf Typescript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "tsc --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "module",
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}
