-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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": "weather",
"version": "1.0.0",
"description": "This is a an exercise in working with an API using making use of async/await.",
"main": "index.js",
"dependencies": {
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libmartinito/weather.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/libmartinito/weather/issues"
},
"homepage": "https://github.com/libmartinito/weather#readme"
}