{
  "name": "@eliseev_s/tlb-codegen",
  "version": "1.0.2",
  "description": "TLB code generator",
  "files": [
    "./build/**/*",
    "LICENSE",
    "README.md"
  ],
  "main": "./build/index.js",
  "module": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.js",
      "require": "./build/index.js",
      "default": "./index.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": ["*"]
    }
  },
  "bin": {
    "tlb": "./build/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "prettier": "@ton/toolchain/prettier",
  "scripts": {
    "lint": "eslint . --max-warnings 0",
    "lint:fix": "eslint . --max-warnings 0 --fix",
    "test:coverage": "jest --coverage",
    "test": "jest",
    "build": "npm run compile",
    "prepublishOnly": "npm run build",
    "compile": "tsc"
  },
  "keywords": [
    "ton",
    "tlb",
    "tl-b",
    "codegen",
    "react-native",
    "browser"
  ],
  "author": "TON Tech",
  "license": "MIT",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@ton/toolchain": "github:the-ton-tech/toolchain#v1.4.0",
    "@types/jest": "^30.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@ton-community/tlb-parser": "^0.1.5",
    "@ton/core": "^0.61.0",
    "meow": "^9.0.0"
  }
}
