-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 900 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 900 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
{
"name": "modlinker",
"version": "2.2.0",
"description": "Puts Modrinth links next to other mod websites on search results.",
"private": true,
"scripts": {
"dev": "webpack --mode=development --watch --config config/webpack.config.js",
"build": "webpack --mode=production --config config/webpack.config.js",
"pack": "node pack.js",
"repack": "npm run build && npm run pack",
"format": "prettier --write --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\""
},
"devDependencies": {
"adm-zip": "^0.5.16",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "^2.8.8",
"webpack": "^5.99.5",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0",
"@types/chrome": "^0.0.280",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3"
}
}