UNPKG

js-crypto-random

Version:

Universal Module for Secure Random Generator in JavaScript

35 lines (34 loc) 1.09 kB
{ "name": "js-crypto-random", "version": "1.0.5", "description": "Universal Module for Secure Random Generator in JavaScript", "main": "dist/index.js", "scripts": { "test": "yarn jest", "karma": "karma start", "karma:window": "yarn webpack && cross-env TEST_ENV=window karma start", "babel": "cross-env NODE_ENV=production tsc --build ./tsconfig.json", "webpack": "webpack --mode development --config webpack.config.js", "webpack:prod": "webpack --mode production --config webpack.config.js", "build": "rm -rf ./dist && yarn babel && yarn webpack:prod", "cleanup": "rm -rf ./dist coverage ./node_modules" }, "author": "Jun Kurihara", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/junkurihara/jscu.git" }, "bugs": { "url": "https://github.com/junkurihara/jscu/issues" }, "homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-random#readme", "keywords": [ "crypto", "random", "webcrypto" ], "dependencies": { "js-crypto-env": "^1.0.5" } }