ssclient 2.0.1

SecureStore client for managing user secrets
{
  "name": "@neosmart/ssclient",
  "description": "SecureStore cli client, cross-platform and sandboxed",
  "version": "2.0.1",
  "keywords": [
    "SecureStore",
    "encryption",
    "secrets"
  ],
  "homepage": "https://neosmart.net/SecureStore/",
  "bugs": "https://github.com/neosmart/securestore-rs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neosmart/securestore-rs.git"
  },
  "license": "MIT",
  "author": {
    "name": "Mahmoud Al-Qudsi",
    "email": "mqudsi@neosmart.net",
    "url": "https://github.com/mqudsi"
  },
  "funding": "https://mqudsi.com/donate/",
  "bin": {
    "ssclient": "bin/ssclient.cmd"
  },
  "files": [
    "./README.md",
    "./bin/ssclient.cmd",
    "./bin/ssclient.wasm",
    "./build.js",
    "./install.js",
    "./ssclient.js",
    "./tsconfig.json"
  ],
  "type": "module",
  "scripts": {
    "prepack": "npm run lint && npm run build && echo 'This placeholder file will be overridden by our install scripts' > bin/ssclient.cmd",
    "install": "node ./install.js",
    "ssclient": "node ./ssclient.js",
    "build": "node ./build.js",
    "lint": "tsc"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^6.0.2"
  }
}