UNPKG

warp-wasm-json-toolkit

Version:
47 lines (46 loc) 1.11 kB
{ "name": "warp-wasm-json-toolkit", "version": "1.0.2", "description": "Warp implementation of wasm-json-toolkit", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node ./test/index.js" }, "keywords": [ "wasm", "cli" ], "author": "Warp Team <dev@warp.cc>", "license": "MPL-2.0", "dependencies": { "buffer-pipe": "0.0.3", "leb128": "0.0.4", "warp-isomorphic": "1.0.0" }, "bin": { "wasm2json": "./bin/wasm2json", "json2wasm": "./bin/json2wasm" }, "devDependencies": { "coveralls": "^3.0.1", "nyc": "12.0.2", "standard": "^11.0.1", "tape": "^4.9.0" }, "repository": { "type": "git", "url": "https://github.com/warp-contracts/warp-wasm-json-toolkit.git" }, "bugs": { "url": "https://github.com/warp-contracts/warp-wasm-json-toolkit/issues" }, "homepage": "https://github.com/warp-contracts/warp-wasm-json-toolkit", "standard": { "ignore": [ "test/wabt" ] } }