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.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"web-ext": "^3.1.1",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"xregexp": "^4.2.4"
}
}