{
  "name": "restpki-client",
  "version": "2.4.0-rc1",
  "description": "Classes to consume Lacuna Software REST PKI",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "lacuna",
    "rest",
    "pki",
    "client",
    "api",
    "signature"
  ],
  "author": "Ismael Medeiros by Lacuna Software",
  "dependencies": {
    "axios": "^1.7.7",
    "typescript": "^5.0.4"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
