You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
448 B

{
"scripts": {
"build": "webpack --mode production",
"build:dev": "npm run build -- --mode development",
"test": "xo"
},
"xo": {
"envs": [
"browser"
]
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"xo": "^0.24.0"
},
"dependencies": {
"camelcase": "^5.2.0",
"escape-html": "^1.0.3",
"webextension-polyfill": "^0.4.0"
}
}