-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "marine_meteo",
"version": "1.0.1",
"description": "Typescript client SDK for open meteo marine api",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"example": "npx ts-node ./example/marineExample.ts ",
"test": "echo \"Error: no test specified\" && exit 1",
"type": "npx tsc --noEmit"
},
"keywords": [
"sdk",
"marine",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ajesuscode/marine_meteo.git"
},
"author": "aJesusCode",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajesuscode/marine_meteo/issues"
},
"homepage": "https://github.com/ajesuscode/marine_meteo#readme",
"devDependencies": {
"@types/jest": "^29.5.9",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"axios": "^1.6.2"
}
}