mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-25 12:26:55 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
33 lines
826 B
JSON
33 lines
826 B
JSON
{
|
|
"name": "myhls",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build-development": "webpack --config webpack.dev.js",
|
|
"build-release": "webpack --config webpack.prod.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.8.1",
|
|
"expose-loader": "^5.0.0",
|
|
"express": "^4.18.2",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"style-loader": "^3.3.3",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-middleware": "^6.1.1",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-merge": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"base-64": "^1.0.0",
|
|
"event-target-polyfill": "^0.0.4",
|
|
"hls.js": "^1.5.15"
|
|
}
|
|
}
|