{
  "name": "@oila/0account",
  "version": "3.5.9",
  "description": "0account main library",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/zero-account/zero-account.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/oila-gmbh/zero-account.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "@stencil/core": "^4.18.3",
    "ua-parser-js": "^2.0.9",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.16",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^24.37.2"
  },
  "keywords": [
    "0account",
    "security",
    "privacy",
    "account"
  ],
  "author": "Oila GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oila-gmbh/zero-account/issues"
  },
  "homepage": "https://github.com/oila-gmbh/zero-account#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
