UNPKG

@hypermachines/core

Version:

Auditable WASM VMs for Hypercore and Hyperbee

45 lines (44 loc) 1.17 kB
{ "name": "@hypermachines/core", "version": "0.0.1", "description": "Auditable WASM VMs for Hypercore and Hyperbee", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/andrewosh/hypermachines-core.git" }, "keywords": [ "hypermachines", "hypercore", "wasm", "hyperbee", "smart-contract" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/hypermachines-core/issues" }, "homepage": "https://github.com/andrewosh/hypermachines-core#readme", "devDependencies": { "@corestore/networker": "^1.0.3", "corestore": "^5.7.3", "random-access-memory": "^3.1.1", "standard": "^14.3.4", "tape": "^5.0.1" }, "dependencies": { "@hypermachines/runtime": "^0.0.9", "camelcase": "^6.1.0", "cbor": "^5.1.0", "hyperbee": "mafintosh/hyperbee#add-batch-parents", "hypercore-networking-timeouts": "^1.0.3", "lexicographic-integer": "^1.1.0", "mutexify": "^1.3.1", "nanoresource-promise": "^2.0.0", "sodium-native": "^3.2.0" } }