{
  "name": "@portkey/accounts",
  "version": "2.23.0-alpha.15",
  "description": "",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/commonjs/index.js"
    }
  },
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist/*"
  ],
  "homepage": "https://portkey.finance/",
  "repository": {
    "type": "git",
    "url": "https://github.com/Portkey-Wallet/portkey-web.git",
    "directory": "packages/accounts"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "yarn clean",
    "build": "yarn build:cjs & yarn build:esm & yarn build:types",
    "build:cjs": "tsc && echo '{\"type\": \"commonjs\"}' > ./dist/commonjs/package.json",
    "build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./dist/esm/package.json && yarn esm:fix",
    "build:types": "tsc --build tsconfig.types.json",
    "esm:fix": "node ../../scripts/fix-esm.js dist/esm",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "eslint --fix --ext .js,.ts .",
    "format": "prettier --write '**/*'",
    "start": "tsc --watch",
    "test": "vitest"
  },
  "peerDependencies": {
    "aelf-sdk": "^3.5.1-beta.0"
  },
  "dependencies": {
    "@portkey/types": "^2.23.0-alpha.15",
    "@portkey/utils": "^2.23.0-alpha.15",
    "@portkey/validator": "^2.23.0-alpha.15"
  },
  "gitHead": "dcaf20eda20a09044f550d853883b75cb9518057"
}
