-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 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
{
"name": "passthrough-proxy-weatherbit",
"description": "A pass-through proxy to communicate with Weatherbit API server",
"version": "1.0.1",
"author": {
"name": "Alan Tai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayltai/passthrough-proxy-weatherbit"
},
"bugs": {
"url": "https://githb.com/ayltai/passthrough-proxy-weatherbit/issues"
},
"license": "MIT",
"keywords": [
"weatherbit"
],
"scripts": {
"pretest": "cross-env eslint src/**/*.js",
"test": "cross-env jest --coverage --passWithNoTests --watchAll=false"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"jest": "^27.0.6"
},
"engines": {
"node": ">=14"
}
}