{
    "name": "@vite/vitejs",
    "version": "2.3.19-alpha.8",
    "main": "dist/index.node.js",
    "browser": "dist/index.web.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/vitelabs/vite.js.git"
    },
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/vitelabs/vite.js/issues"
    },
    "homepage": "https://github.com/vitelabs/vite.js#readme",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@sisi/ed25519-blake2b-hd-key": "^1.0.2",
        "@sisi/tweetnacl-blake2b": "^1.0.0",
        "bip39": "^3.0.4",
        "blake2b": "^2.1.4",
        "blakejs": "^1.1.1",
        "bn.js": "^5.2.0",
        "browserify-aes": "^1.2.0",
        "buffer": "^5.7.1",
        "create-hmac": "^1.1.7",
        "es6-promise": "^4.2.8",
        "jsonrpc-lite": "^2.2.0",
        "net": "^1.0.2",
        "pure-uuid": "^1.6.2",
        "scryptsy": "^2.1.0",
        "websocket": "^1.0.34",
        "xhr2": "^0.2.1"
    },
    "types": "./distSrc/index.ts"
}
