-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1009 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1009 Bytes
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
{
"name": "url-quick-append",
"version": "1.5.0",
"description": "Extension to quickly manipulate URL appendix. You can install it from [Chrome Store](https://chrome.google.com/webstore/detail/url-quick-append/bojlanjcfkfhlnjjdjadkcngddpfloha)",
"private": true,
"scripts": {
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/painttist/url-quick-append.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/painttist/url-quick-append/issues"
},
"homepage": "https://github.com/painttist/url-quick-append#readme",
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^2.4.2",
"style-loader": "^3.3.0",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
}
}