35 lines
856 B
JSON
35 lines
856 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/wasm/issues",
|
|
"contributors": [],
|
|
"description": "Utilities used exclusively inside Wasm decoding",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-util#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/wasm-util",
|
|
"repository": {
|
|
"directory": "packages/wasm-util",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/wasm.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "6.3.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.9"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/util": "^10.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|