{
  "name": "@igorivaniuk/tlb-parser",
  "version": "0.1.0",
  "description": "Parse TLB syntax into TypeScript objects",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ton-community/tlb-parser.git"
  },
  "keywords": [
    "TL-B",
    "TLB",
    "tlb",
    "TON",
    "Telegram",
    "AST",
    "peg",
    "grammar"
  ],
  "author": "Nikita Sobolev <mail@sobolevn.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ton-community/tlb-parser/issues"
  },
  "homepage": "https://github.com/ton-community/tlb-parser#readme",
  "dependencies": {
    "ohm-js": "^16.6.0"
  },
  "devDependencies": {
    "@types/dedent": "^0.7.0",
    "@types/jest": "^29.2.5",
    "@types/js-yaml": "^4.0.5",
    "dedent": "^0.7.0",
    "jest": "^29.3.1",
    "js-yaml": "^4.1.0",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.4"
  }
}
