tab-tidy/package.json

16 lines
404 B
JSON

{
"name": "tab-tidy",
"version": "0.3.1",
"description": "Group and sort browser tabs by domain",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch",
"lint": "eslint src/"
},
"devDependencies": {
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"eslint": "^8.57.0",
"copy-webpack-plugin": "^12.0.2"
}
}