tlo
Version:
Reader of binary serialized Type Language Schema
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "tlo",
"version": "1.0.0",
"description": "Reader of binary serialized Type Language Schema",
"keywords": [
"javascript",
"typescript",
"nodejs",
"library",
"mtproto",
"parser",
"schema",
"tdlib",
"telegram",
"telegram-api",
"tl",
"tl-parser",
"tl-schema",
"tlo",
"tlo-reader",
"type-language"
],
"main": "dist/index.umd.min.js",
"module": "dist/index.es.js",
"types": "dist/tlo.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "npx eslint . --ext .ts --fix",
"build": "npm run lint && rollup -c",
"prepublish": "rollup -c",
"start": "node --experimental-specifier-resolution=node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarshalX/tlo.git"
},
"author": "Il`ya Semyonov <ilya@marshal.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarshalX/tlo/issues"
},
"homepage": "https://github.com/MarshalX/tlo#readme",
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"rollup": "^2.56.2",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.5"
}
}