-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.json
More file actions
27 lines (27 loc) · 580 Bytes
/
jsr.json
File metadata and controls
27 lines (27 loc) · 580 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
{
"name": "@energychain/willi-mako-client",
"version": "1.1.3",
"description": "Official TypeScript client, CLI, and demo tooling for orchestrating Willi-Mako Marktkommunikation APIs.",
"compatibility": {
"deno": ">=1.42",
"node": ">=18",
"bun": ">=1.0"
},
"exports": {
".": "./src/index.ts",
"./cli": "./src/cli.ts",
"./types": "./src/types.ts"
},
"publish": {
"include": [
"src/**/*.ts",
"schemas/openapi.json",
"README.md",
"LICENSE"
],
"exclude": [
"**/*.test.ts",
"tests/**"
]
}
}