-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 857 Bytes
/
package.json
File metadata and controls
28 lines (28 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
{
"name": "pegelonline-api-client",
"version": "2.1.0",
"description": "A API Client for the Pegelonline API. The API Endpoint is free of charge and can be used without registration. The API provided data about water levels, water temperatures and discharge rates of rivers in Germany. The data is provided by the Federal Waterways and Shipping Administration (WSV).",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"test": "npx ts-jest"
},
"dependencies": {
"axios": "~1.13.2"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "~30.2.0",
"prettier": "^3.8.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.2"
},
"keywords": [
"pegelonline",
"api",
"client"
],
"author": "Lars Decker",
"license": "ISC"
}