{
  "name": "@secondts/barkd",
  "version": "0.6.1",
  "description": "OpenAPI client for @secondts/barkd",
  "author": "OpenAPI-Generator",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ark-bitcoin/barkd-clients.git"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.0 || ^5.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
