-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Manuel Ruck <[email protected]>
- Loading branch information
Manuel Ruck
committed
Mar 16, 2024
1 parent
892e670
commit 819cb5e
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
{ | ||
"name": "@democracy-deutschland/bt-dip-sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.0-alpha.0", | ||
"description": "Bundestag DIP - TypeScript SDK", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"author": "Manuel Ruck <[email protected]>", | ||
"license": "Apache-2.0", | ||
"homepage": "https://www.democracy-deutschland.de", | ||
"repository": "https://github.com/demokratie-live/bt-dip-sdk", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "pnpm gen && tsc && node esbuild.js", | ||
"gen": "pnpm gen-sdk && pnpm gen-docs", | ||
|