mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 04:45:15 +00:00
35 lines
994 B
JSON
35 lines
994 B
JSON
{
|
||
"name": "vk-mute",
|
||
"version": "1.5.0",
|
||
"description": "Заглушить собеседника в беседе в ВК. 🔇",
|
||
"main": "src/dom/main.js",
|
||
"scripts": {
|
||
"build": "webpack --config webpack.config.js",
|
||
"watch": "webpack --config webpack.config.js --watch",
|
||
"lint": "eslint ."
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/anatolykopyl/vk-mute.git"
|
||
},
|
||
"author": "Anatoly Kopyl <hi@kopyl.dev>",
|
||
"license": "GPL-3.0",
|
||
"bugs": {
|
||
"url": "https://github.com/anatolykopyl/vk-mute/issues"
|
||
},
|
||
"homepage": "https://github.com/anatolykopyl/vk-mute#readme",
|
||
"devDependencies": {
|
||
"@antfu/eslint-config": "^2.4.3",
|
||
"@babel/core": "^7.9.0",
|
||
"@babel/preset-env": "^7.9.5",
|
||
"babel-loader": "^8.3.0",
|
||
"css-loader": "^6.7.3",
|
||
"eslint": "^8.55.0",
|
||
"html-webpack-plugin": "^5.5.0",
|
||
"raw-loader": "^4.0.2",
|
||
"style-loader": "^1.1.4",
|
||
"webpack": "^5.76.0",
|
||
"webpack-cli": "^4.7.2"
|
||
}
|
||
}
|