{
  "name": "DIG",
  "description": "A blocky, side-scrolling, digging and exploration game",
  "version": "0.0.1",
  "author": "koehr <n@koehr.in>",
  "license": "MIT",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
  },
  "dependencies": {
    "alea": "^1.0.1",
    "simplex-noise": "^4.0.1",
    "vue": "^3.2.45"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.2.0",
    "@typescript-eslint/parser": "^5.50.0",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.2",
    "eslint": "^8.33.0",
    "eslint-plugin-vue": "^9.9.0",
    "typescript": "^4.9.3",
    "unplugin-vue-macros": "^1.7.3",
    "vite": "^4.1.0",
    "vue-tsc": "^1.0.24"
  }
}