{
"name": "@webassemblyjs/repl",
"version": "1.11.3",
"description": "WebAssembly REPL",
"main": "lib/index.js",
"module": "esm/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sven Sauleau",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xtuc/webassemblyjs.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@webassemblyjs/ast": "1.11.3",
"@webassemblyjs/validation": "1.11.3",
"@webassemblyjs/wasm-parser": "1.11.3",
"@webassemblyjs/wast-parser": "1.11.3",
"webassemblyjs": "1.11.3"
},
"bin": {
"wasm": "./lib/bin.js"
}
}
|