{
  "name": "@dstoken-solana/rwa-token-sdk",
  "version": "0.4.3",
  "description": "RWA Token SDK for the development of permissioned tokens on SVM blockchains.",
  "homepage": "https://github.com/bridgesplit/rwa-token#readme",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run --testTimeout=240000",
    "lint": "eslint . --ext .ts",
    "build": "tsc",
    "build:package": "yarn clean && rollup -c",
    "clean": "rm -rf ./dist",
    "type-check": "tsc --noEmit",
    "prepublish": "yarn build:package",
    "build:pack": "yarn build:package && yarn pack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bridgesplit/rwa-token"
  },
  "keywords": [
    "solana",
    "rwa",
    "tokenization"
  ],
  "dependencies": {
    "@coral-xyz/anchor": "0.30.1",
    "@solana/spl-token": "0.4.12",
    "@solana/web3.js": "1.98.0",
    "dotenv": "16.4.7"
  },
  "devDependencies": {
    "@rollup/plugin-json": "6.1.0",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "eslint": "9.21.0",
    "eslint-config-xo": "0.44.0",
    "eslint-config-xo-typescript": "3.0.0",
    "rollup": "2.79.2",
    "rollup-plugin-dts": "6.1.1",
    "rollup-plugin-typescript2": "0.36.0",
    "typedoc": "0.25.13",
    "typescript": "5.8.2",
    "vitest": "3.0.5"
  },
  "author": "Standard Labs, Inc.",
  "contributors": [
    "Luke Truitt <luke@fromstandard.com>",
    "Bhargava Sai Macha <bhargava@loopscale.com>",
    "Chris Hagedorn <chris@loopscale.com>"
  ],
  "license": "MIT"
}
