UNPKG

vue-tdweb

Version:

Documentation is coming.

45 lines (44 loc) 1.07 kB
{ "name": "vue-tdweb", "version": "0.1.0", "homepage": "https://airgram.io", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "telegram", "tdlib", "tdweb", "airgram", "vue tdlib", "vue tdweb", "vue telegram" ], "sideEffects": false, "scripts": { "clean": "rm -rf dist", "compile": "npm run clean && tsc", "deploy": "np --yolo", "dev": "nodemon --config nodemon.json", "lint": "tslint --project \".\"", "prepublishOnly": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "pre-commit": "lint", "author": "Alexander Krisko", "license": "GPL-3.0", "repository": "https://github.com/airgram/tdweb-airgram", "dependencies": { "@airgram/api": "^1.2.0", "tdweb-airgram": "^1.2.0", "vue": "^2.6.10" }, "devDependencies": { "nodemon": "^1.19.1", "np": "^5.0.3", "pre-commit": "^1.2.2", "tslint": "^5.18.0", "tslint-config-standard": "^8.0.1", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.5.3" } }