-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 962 Bytes
/
package.json
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
28
29
30
31
32
33
{
"name": "@devcata/exchange-rate-widget",
"version": "1.0.6",
"description": "Simple Chrome Extension that shows the current exchange rate from a selected route.",
"main": "popup.js",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-plugin": "^7.17.7",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.13.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev:watch": "webpack --mode production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cat2608/exchange-rate-widget.git"
},
"keywords": [],
"author": "cat2608",
"license": "ISC",
"bugs": {
"url": "https://github.com/cat2608/exchange-rate-widget/issues"
},
"homepage": "https://github.com/cat2608/exchange-rate-widget#readme"
}