-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 994 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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 <[email protected]>",
"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.94.0",
"webpack-cli": "^4.7.2"
}
}