web-secure-encryption
Version:
A encryption library for ReactJS and React Native Web
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "web-secure-encryption",
"description": "A encryption library for ReactJS and React Native Web",
"version": "1.0.3",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/rishabhyadavv/web-encryption.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
},
"keywords": [
"data-encryption",
"AES-encryption",
"RSA-encryption",
"secure-app-storage",
"hmac-encryption",
"data-security",
"crypto-library",
"web-encryption"
],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.26.0",
"@reduxjs/toolkit": "^2.2.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^12.1.2",
"react": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
}
}