-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 954 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
{
"name": "weather_web_api",
"version": "1.0.0",
"description": "Bienvenido a la **Weather App**, una aplicación web sencilla que proporciona información meteorológica en tiempo real para cualquier ciudad del mundo. Esta aplicación utiliza la API de OpenWeatherMap para mostrar datos como la temperatura, humedad y velocidad del viento.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "npx tailwindcss -i ./src/styles.css -o ./dist/styles.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarPeAs/weather_web_api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CarPeAs/weather_web_api/issues"
},
"homepage": "https://github.com/CarPeAs/weather_web_api#readme",
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}