UNPKG

@safeheron/crypto-utils

Version:
56 lines (55 loc) 1.22 kB
{ "name": "@safeheron/crypto-utils", "version": "2.0.0", "description": "Hex Encoder; UrlBase64 Encoder; ", "keywords": [ "Hex", "UrlBase64" ], "homepage": "https://github.com/safeheron/crypto-utils-js", "bugs": { "url": "https://github.com/safeheron/crypto-utils-js/issues" }, "repository": { "type": "git", "url": "git@github.com:safeheron/crypto-utils-js" }, "author": "Max<hejh1500@gmail.com>", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "browser": { "buffer": false }, "scripts": { "lint": "standardx", "prepublish": "npm run build", "build": "rm -fr ./dist && tsc -p tsconfig.json", "test": "mocha" }, "devDependencies": { "@safeheron/crypto-rand": "^1.0.0", "@types/chai": "^4.3.1", "@types/crypto-js": "^4.1.1", "@types/mocha": "^9.1.0", "assert": "^2.0.0", "babel-eslint": "^10.0.3", "bn.js": "^5.2.1", "chai": "^4.3.6", "mocha": "^10.0.0", "standardx": "^5.0.0", "ts-node": "^10.7.0", "typescript": "^4.0.5" }, "dependencies": { "crypto-js": "^4.2.0" }, "standardx": { "parser": "babel-eslint", "env": [ "mocha" ] } }