{
  "name": "@onsol/tldparser",
  "version": "1.2.1",
  "description": "TLD House (Solana and EVM) Javascript API",
  "keywords": [
    "api",
    "wallet",
    "blockchain",
    "tld house"
  ],
  "license": "MIT",
  "author": "CryptoMiester <crypt0miester@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/onsol-labs/tld-parser.git"
  },
  "bugs": {
    "url": "http://github.com/onsol-labs/tld-parser.git/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserslist": [
    "defaults"
  ],
  "files": [
    "/dist"
  ],
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "scripts": {
    "prepublish": "npm run build",
    "clean": "rm -rf dist",
    "build": "npm run clean && npm run build:cjs; npm run build:esm",
    "build:cjs": "tsc --project tsconfig.cjs.json",
    "build:cjs:watch": "concurrently \"tsc --project tsconfig.cjs.json --watch\"",
    "build:esm": "tsc --project tsconfig.esm.json",
    "build:esm:watch": "concurrently \"tsc --project tsconfig.esm.json --watch\"",
    "lint": "set -ex; npm run pretty; eslint . --ext .js,.ts",
    "lint:fix": "npm run pretty:fix && eslint . --fix --ext .js,.ts",
    "pretty": "prettier --check '{,{src,test}/**/}*.{j,t}s'",
    "pretty:fix": "prettier --write '{,{src,test}/**/}*.{j,t}s'",
    "test": "jest --config jest.config.ts"
  },
  "dependencies": {
    "@ethersproject/sha2": "^5.7.0",
    "@metaplex-foundation/beet-solana": "^0.4.0",
    "async": "^3.2.6",
    "ethers": "^6.13.4"
  },
  "devDependencies": {
    "@jest/types": "^29.3.1",
    "@solana/web3.js": "^1.95.3",
    "@types/async": "^3.2.24",
    "@types/bn.js": "^5.1.0",
    "@types/bs58": "^4.0.1",
    "@types/jest": "^29.2.3",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "bn.js": "^5.2.1",
    "borsh": "^2.0.0",
    "buffer": "6.0.3",
    "eslint": "^9.24.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^5.2.6",
    "jest": "^29.3.1",
    "jest-jasmine2": "^29.3.1",
    "prettier": "^3.5.3",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.95.3",
    "bn.js": "^5.2.1",
    "borsh": "^2.0.0",
    "buffer": "6.0.1"
  },
  "engines": {
    "node": ">=14"
  },
  "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
