{
  "name": "amplia-client",
  "version": "1.3.3",
  "description": "Classes to consume Lacuna Software's Amplia",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test:unit": "jest -c jest.config.unit.json",
    "test:integration": "jest -c jest.config.integration.json",
    "test:test-cases": "jest -c jest.config.testcases.json --verbose",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LacunaSoftware/AmpliaNodeClient.git"
  },
  "keywords": [
    "amplia",
    "pki",
    "client",
    "rest",
    "api",
    "certificate",
    "issue"
  ],
  "author": "Ismael Medeiros by Lacuna Software",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LacunaSoftware/AmpliaNodeClient/issues"
  },
  "homepage": "https://github.com/LacunaSoftware/AmpliaNodeClient#readme",
  "dependencies": {
    "request": "^2.88.0"
  },
  "devDependencies": {
    "@faker-js/faker": "^7.4.0",
    "dotenv": "^16.3.1",
    "eslint": "^8.47.0",
    "jest": "^29.6.2",
    "pki-express": "^1.13.1"
  }
}
