forked from open-meteo/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 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
42
43
44
45
{
"name": "@openmeteo/sdk",
"version": "0.0.0",
"description": "Open-Meteo SDK",
"scripts": {
"build": "rm -rf dist_ts && tsc --project tsconfig.build.json && mkdir -p dist_ts && cp package.json dist_ts/package.json",
"clean": "rm -rf ./dist_ts/",
"semantic-release": "semantic-release",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-meteo/sdk.git"
},
"license": "MIT",
"author": {
"name": "Open-Meteo",
"email": "info@open-meteo.com",
"url": "https://open-meteo.com"
},
"engines": {
"node": ">=12.0"
},
"keywords": [
"weather"
],
"bugs": {
"url": "https://github.com/open-meteo/sdk/issues"
},
"homepage": "https://github.com/open-meteo/sdk#readme",
"devDependencies": {
"@droidsolutions-oss/semantic-release-nuget": "^2.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"gradle-semantic-release-plugin": "^1.7.7",
"semantic-release": "^24.0.0",
"semantic-release-pypi": "^3.0.0-beta.2",
"typescript": "^5.2.2"
},
"dependencies": {
"flatbuffers": "^24.3.25"
}
}