{
  "name": "@windwalker-io/srp",
  "version": "1.0.1",
  "description": "A modern PHP/JS package of SRP-6a (RFC5054). Contains server and client part to help developer use on any cases.",
  "main": "dist/srp.cjs",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "srp",
    "password",
    "security",
    "passwordless"
  ],
  "scripts": {
    "build:prod": "cross-env NODE_ENV=production rollup -c",
    "build": "cross-env NODE_ENV=development rollup -c",
    "watch": "cross-env NODE_ENV=development rollup -cw",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
    "release": "sh bin/release.sh"
  },
  "homepage": "https://github.com/windwalker-io/srp/assets",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/windwalker-io/srp"
  },
  "author": {
    "name": "Simon Asika",
    "email": "asika32764@gmail.com"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/jest": "^29.5.8",
    "@types/lodash": "^4.14.201",
    "bigint-toolkit": "^0.2.0",
    "blakejs": "^1.2.1",
    "cross-env": "^7.0.3",
    "crypto-hash": "^2.0",
    "esbuild": "^0.19.2",
    "jest": "^29.7.0",
    "lodash": "^4.17.21",
    "minimist": "^1.2.7",
    "rollup": "^3.28.1",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-dts": "^5.0",
    "rollup-plugin-esbuild": "^5.0.0",
    "terser": "^5.19.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typescript": "^5.1.6"
  }
}
