{
  "name": "@i3m/wallet-desktop-openapi",
  "version": "2.6.0",
  "description": "i3M-Wallet Developers API that can be used to interact with the i3M-Wallet. In production it is encapsulated inside a secure connection. Please use the @i3m/wallet-protocol-api to interact with the wallet.",
  "main": "openapi.json",
  "exports": {
    ".": "./openapi.json",
    "./types": "./types/index.d.ts",
    "./types/index.d.ts": "./types/index.d.ts",
    "./openapi.yaml": "./openapi.yaml",
    "./openapi.json": "./openapi.json",
    "./openapi_dereferenced.json": "./openapi_dereferenced.json"
  },
  "directories": {
    "types": "./types",
    "src": "./src",
    "build": "./build"
  },
  "scripts": {
    "build": "npm run bundle && npm run types",
    "bundle": "ts-node build/createOASJsonBundle.ts",
    "commit": "git commit -a -m \"$npm_package_version\"",
    "types": "ts-node build/openApiTypes.ts",
    "lint": "ts-standard --fix",
    "postbuild": "npm run lint",
    "preversion": "npm run build && npm test",
    "version": "git add -A",
    "test": "echo \"Warning: You must specify tests for this package\""
  },
  "contributors": [
    "Fernando Román García <fernando.roman@upc.edu>",
    "Juan Hernández Serrno <j.hernandez@upc.edu>"
  ],
  "author": {
    "name": "Juan Hernández Serrano",
    "email": "j.hernandez@upc.edu",
    "url": "https://github.com/juanelas"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/i3-Market-V2-Public-Repository/SP3-SCGBSSW-I3mWalletMonorepo.git",
    "directory": "packages/wallet-desktop-openapi"
  },
  "keywords": [
    "i3-MARKET",
    "Wallet",
    "OpenApi",
    "OAS",
    "schema"
  ],
  "license": "EUPL-1.2",
  "devDependencies": {
    "@apidevtools/swagger-parser": "^10.0.2",
    "@dtsgenerator/replace-namespace": "^1.4.1",
    "@types/glob": "^8.0.0",
    "@types/js-yaml": "^4.0.0",
    "@types/lodash": "^4.14.168",
    "@types/node": "^16.11.65",
    "dtsgenerator": "^3.8.0",
    "glob": "^8.0.3",
    "jose": "^4.10.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "openapi-types": "^12.0.2",
    "ts-node": "^10.9.1",
    "ts-standard": "^10.0.0",
    "typescript": "^4.2.4"
  }
}
