{
  "name": "@phantom/wallet-sdk",
  "version": "0.1.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/phantom/phantom-connect-sdk",
    "directory": "packages/browser-embedded-sdk"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "lint": "tsc --noEmit && eslint --cache . --ext .ts,.tsx",
    "test": "jest",
    "check-types": "tsc --noEmit",
    "prettier": "prettier --write \"src/**/*.{ts,tsx}\""
  },
  "devDependencies": {
    "eslint": "8.53.0",
    "prettier": "^3.5.2",
    "tsup": "^6.7.0",
    "typescript": "^5.0.4"
  }
}
