-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 868 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
{
"name": "librus-srednia",
"version": "4.0.1",
"description": "Rozszerzenie do najpopularniejszych przeglądarek dodające możliwość wyświetlenia średniej z ocen, która nie zaśmieca strony.",
"main": "index.js",
"scripts": {
"dev": "webpack --mode=production --watch",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docentYT/Librus-srednia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/docentYT/Librus-srednia/issues"
},
"homepage": "https://github.com/docentYT/Librus-srednia#readme",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"filemanager-webpack-plugin": "^8.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}