-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 857 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
31
32
33
34
35
36
{
"name": "weatherlink",
"version": "1.2.1",
"description": "A wrapper library for WeatherLink v2 API",
"keywords": [
"weatherlink",
"api",
"weather",
"davis"
],
"bugs": "https://github.com/AlessandroAnnini/weatherlink/issues",
"license": "MIT License",
"author": "Alessandro Annini",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/AlessandroAnnini/weatherlink"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"dependencies": {
"crypto": "^1.0.1",
"date-fns": "^2.16.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.9",
"semantic-release": "^17.3.1"
}
}