{
  "name": "@vitjs/runtime",
  "version": "0.9.2",
  "description": "@vitjs/runtime",
  "keywords": [
    "vit"
  ],
  "author": "theprimone <yuns.xie@qq.com>",
  "homepage": "https://github.com/vitjs/vit#readme",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "rimraf ./dist && tsc && node ../../scripts/copy.js",
    "dev": "node ../../scripts/copy.js && tsc -watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitjs/vit.git"
  },
  "bugs": {
    "url": "https://github.com/vitjs/vit/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/react-router-dom": "^5.3.3",
    "history-with-query": "^4.10.4",
    "react-router-dom": "^5.2.0",
    "use-subscription": "~1.5.1"
  },
  "gitHead": "7355dfcf19602e1041b77625f603cc0af8165da2"
}
