UNPKG

ruscryptojs

Version:

Simplified library for Russian GOST crypto providers.

46 lines (45 loc) 1.47 kB
{ "name": "ruscryptojs", "version": "2.8.1", "description": "Simplified library for Russian GOST crypto providers.", "main": "dist/ruscrypto.min.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode=production && npm run-script versionup && cp -v ./dist/*.js ./docs/js/", "dev": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --hot --mode=development --open", "start": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --hot --mode=development --host 0.0.0.0", "versionup": "npm --no-git-tag-version version patch" }, "repository": { "type": "git", "url": "git+https://github.com/Aleksandr-ru/RusCryptoJS.git" }, "keywords": [ "jacarta", "cryptopro", "rutoken" ], "author": "Aleksandr.ru", "license": "ISC", "bugs": { "url": "https://github.com/Aleksandr-ru/RusCryptoJS/issues" }, "homepage": "https://aleksandr-ru.github.io/RusCryptoJS/", "devDependencies": { "@babel/core": "^7.1.2", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "@types/webpack-env": "^1.13.6", "babel-loader": "^8.0.4", "clean-webpack-plugin": "^4.0.0", "webpack": "^5.100.2", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" }, "dependencies": { "console-polyfill": "^0.3.0", "js-sha1": "^0.6.0", "rutoken": "^1.0.8" } }