{
  "name": "start-coding-challenge",
  "version": "0.0.5",
  "description": "Easily start a number of coding challenges.",
  "author": "Martijn Dorsman <martijndorsman@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/martijnd/start-coding-challenge.git"
  },
  "keywords": [
    "coding",
    "challenge",
    "javascript",
    "typescript",
    "easy",
    "medium",
    "hard"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "bin": {
    "start-coding-challenge": "./dist/index.js"
  },
  "engines": {
    "node": ">=14.16"
  },
  "scripts": {
    "test": "vitest"
  },
  "devDependencies": {
    "typescript": "^4.6.4",
    "vite": "^3.0.0",
    "vitest": "^0.21.0"
  }
}
