{ "name": "ewasm-kernel", "version": "0.0.0", "description": "This is a JS prototype of the eWASM kernal.", "scripts": { "lint": "standard", "test": "node --expose-wasm ./tests/interfaceRunner.js" }, "repository": { "type": "git", "url": "git+https://github.com/ewasm/ewasm-kernel.git" }, "bugs": { "url": "https://github.com/ewasm/ewasm-kernel/issues" }, "homepage": "https://github.com/ewasm/ewasm-kernel", "keywords": [ "ethereum", "webassembly", "wasm", "ewasm" ], "author": "mjbecze ", "contributors": "Alex Beregszaszi ", "license": "MPL-2.0", "devDependencies": { "standard": "^8.5.0", "tape": "^4.5.1" }, "standard": { "ignore": [ "/tools/sexpr-wasm-prototype/" ], "globals": [ "WebAssembly" ] }, "dependencies": { "bn.js": "^4.11.6", "ethereumjs-block": "^1.2.2", "ethereumjs-tx": "^1.1.2", "ethereumjs-util": "^5.0.0" } }