1
0
Fork 0
Firefox-SCsCC/package.json

38 lines
1.2 KiB
JSON

{
"name": "scscc",
"description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
"version": "1.2.2",
"author": "sarics",
"homepage": "https://addons.mozilla.org/addon/scscurrencyconverter/",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sarics/scscc.git"
},
"scripts": {
"clean": "rimraf dist",
"run:webpack": "cross-env NODE_ENV=development webpack --watch",
"run:web-ext": "web-ext run -s dist",
"build:webpack": "cross-env NODE_ENV=production webpack",
"build:web-ext": "web-ext build -o -s dist -a build",
"start": "npm-run-all clean run:webpack",
"build": "npm-run-all clean build:webpack build:web-ext"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.2.1",
"copy-webpack-plugin": "^6.3.1",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"web-ext": "^5.3.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"xregexp": "^4.4.0"
}
}