cookie-to-guard
Version:
Library for protecting cookies from tampering
28 lines • 643 B
JSON
{
"name": "cookie-to-guard",
"version": "1.0.0",
"description": "Library for protecting cookies from tampering",
"main": "dist/cookie-to-guard.js",
"module": "src/index.js",
"scripts": {
"build": "webpack --mode=production",
"build:prod": "webpack --mode production",
"test": "jest"
},
"keywords": [
"cookie",
"security",
"tampering",
"protection"
],
"author": "Gennadiy",
"license": "MIT",
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"jest": "^29.3.1",
"babel-loader": "^9.1.2",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2"
}
}