UNPKG

@react-native-oh-tpl/react-native-securerandom

Version:
62 lines (61 loc) 1.41 kB
{ "name": "@react-native-oh-tpl/react-native-securerandom", "version": "1.0.1-0.0.2", "description": "Generate cryptographically-secure random bytes in react native", "main": "index.js", "scripts": { "test": "flow && jest" }, "types": "index.d.ts", "author": { "name": "Rob Hogan", "email": "npm@rhogan.net", "url": "https://github.com/robhogan" }, "license": "MIT", "peerDependencies": { "react-native": "*" }, "repository": { "type": "git", "url": "git://github.com/react-native-oh-library/react-native-securerandom.git" }, "harmony": { "alias": "react-native-securerandom", "codegenConfig": { "specPaths": [ "./src" ] } }, "keywords": [ "harmony", "react-native", "SecRandomCopyBytes", "PRNG", "CSPRNG", "SecureRandom", "crypto", "RandomNumberGenerator", "Cryptography" ], "homepage": "https://github.com/robhogan/react-native-securerandom#readme", "dependencies": { "base64-js": "*", "react-native-securerandom":"1.0.1" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.1.0", "babel-jest": "^29.0.3", "flow-bin": "^0.187.1", "jest": "^29.0.3", "react-native": "^0.69.0" }, "jest": { "transform": { "^.+\\.js$": "<rootDir>/jest.babel.js" } } }