{
  "name": "@bonfida/spl-name-service",
  "version": "3.0.21",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Bonfida/sns-sdk"
  },
  "homepage": "https://sns.guide",
  "scripts": {
    "dev": "tsc && node --trace-warnings dist/test.js",
    "build": "rimraf dist && rollup -c && tsc --emitDeclarationOnly --declarationDir dist/cjs && tsc --emitDeclarationOnly --declarationDir dist/esm && node -p \"JSON.stringify({type: 'commonjs'})\" > ./dist/cjs/package.json",
    "prepublish": "npm run build",
    "prepack": "npm run build",
    "lint": "npm run pretty && eslint .",
    "lint:fix": "npm run pretty:fix && eslint . --fix",
    "pretty": "prettier --check 'src/*.[jt]s'",
    "pretty:fix": "prettier --write 'src/*.[jt]s'",
    "test": "jest ./tests"
  },
  "devDependencies": {
    "@bonfida/prettier-config": "^1.1.0",
    "@metaplex-foundation/js": "^0.20.1",
    "@pythnetwork/client": "^2.22.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@tsconfig/recommended": "^1.0.8",
    "@types/bn.js": "^5.1.6",
    "@types/bs58": "^4.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.50",
    "babel-eslint": "^10.1.0",
    "dotenv": "^16.5.0",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.31.0",
    "jest": "^29.7.0",
    "mathjs": "^12.4.3",
    "prettier": "^3.5.3",
    "rimraf": "^6.1.2",
    "rollup": "^4.41.1",
    "rollup-plugin-multi-input": "^1.5.0",
    "rollup-plugin-visualizer": "^5.14.0",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typedoc": "^0.25.13",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@bonfida/sns-records": "0.1.0",
    "@noble/curves": "^1.9.1",
    "@scure/base": "^1.2.5",
    "@solana/spl-token": "0.4.6",
    "borsh": "2.0.0",
    "buffer": "^6.0.3",
    "graphemesplit": "^2.6.0",
    "ipaddr.js": "^2.2.0",
    "punycode": "^2.3.1"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.98.2"
  },
  "prettier": "@bonfida/prettier-config",
  "volta": {
    "node": "20.10.0"
  }
}
