Files
common/packages/x-randomvalues/package.json
github-actions[bot] 29dba0a55f [CI Skip] bump/beta 10.2.2-0-x
skip-checks: true
2022-12-07 13:51:36 +00:00

35 lines
969 B
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/common/issues",
"contributors": [],
"description": "A cross-environment window.crypto.getRandomValues replacement",
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-randomvalues#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/x-randomvalues",
"repository": {
"directory": "packages/x-randomvalues",
"type": "git",
"url": "https://github.com/polkadot-js/common.git"
},
"sideEffects": false,
"type": "module",
"version": "10.2.2-0-x",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/x-global": "10.2.2-0-x"
},
"devDependencies": {
"@types/react-native": "^0.70.7"
},
"denoDependencies": {
"crypto": "std@0.161.0/node/crypto.ts"
}
}