-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 843 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 843 Bytes
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
{
"name": "anartz-proyecto-2-openweather-api",
"version": "1.0.1",
"description": "Acceso a la API de Openweather",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "mocha",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm-js-ts-angular-modules-course/proyecto-2-openweather-api.git"
},
"keywords": [],
"author": "Anartz Mugika Ledo <mugan86@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm-js-ts-angular-modules-course/proyecto-2-openweather-api/issues"
},
"homepage": "https://github.com/npm-js-ts-angular-modules-course/proyecto-2-openweather-api#readme",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.2",
"nock": "^10.0.6"
}
}