UNPKG

@ton-community/tlb-parser

Version:

Parse TLB syntax into TypeScript objects

48 lines (47 loc) 1.06 kB
{ "name": "@ton-community/tlb-parser", "version": "0.1.4", "description": "Parse TLB syntax into TypeScript objects", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "tlb-parser": "./dist/cli.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.2", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "dedent": "^1.5.3", "jest": "^29.7.0", "js-yaml": "^4.1.0", "ts-jest": "^29.3.0", "typescript": "^5.8.2" } }