mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
33 lines
830 B
JSON
33 lines
830 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-wasm/issues",
|
|
"description": "Asm.js content for wasm-crypto",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-wasm/tree/master/packages/wasm-crypto-asmjs#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/wasm-crypto-asmjs",
|
|
"repository": {
|
|
"directory": "packages/wasm-crypto-asmjs",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-wasm.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "7.5.5",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/util": "^14.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@pezkuwi/util": "*"
|
|
}
|
|
}
|