{
  "name": "@ton.js/ton-index-sdk",
  "version": "0.0.0-beta.0",
  "description": "TON Index SDK for Node.js and Web",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "sideEffects": false,
  "scripts": {
    "build": "run-s clean build:types build:esbuild",
    "clean": "rm -rf ./dist",
    "build:esbuild": "ts-node ./esbuild.ts",
    "build:types": "run-s build:types:compile build:types:extract",
    "build:types:compile": "tsc -p ./tsconfig.lib.json",
    "build:types:extract": "api-extractor run --local --verbose",
    "typedoc": "typedoc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "cryptocurrency",
    "sdk",
    "the-open-network",
    "ton",
    "ton-index",
    "ton.js"
  ],
  "homepage": "https://github.com/ton-js/ton-index-sdk#readme",
  "bugs": {
    "url": "https://github.com/ton-js/ton-index-sdk/issues"
  },
  "author": {
    "name": "Slava Fomin II",
    "email": "slava@fomin.io",
    "url": "https://github.com/slavafomin"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "beta"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.33.7",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^14.18.36",
    "@types/to-snake-case": "^1.0.0",
    "esbuild": "^0.16.11",
    "esbuild-node-externals": "^1.6.0",
    "http-server": "^14.1.1",
    "npm-run-all": "^4.1.5",
    "to-snake-case": "^1.0.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.23",
    "typescript": "^4.9.4"
  }
}
