aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/typings/package.json19
1 files changed, 16 insertions, 3 deletions
diff --git a/packages/typings/package.json b/packages/typings/package.json
index bdf2e4f37..ced257ce4 100644
--- a/packages/typings/package.json
+++ b/packages/typings/package.json
@@ -1,8 +1,21 @@
1{ 1{
2 "name": "@meetfranz/typings", 2 "name": "@meetfranz/typings",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "Typescript type roots for internal and external projects", 4 "description": "TypeScript typings for internal and external projects",
5 "license": "Apache-2.0",
6 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
7 "homepage": "https://github.com/meetfranz/franz" 6 "homepage": "https://github.com/meetfranz/franz",
7 "license": "Apache-2.0",
8 "directories": {
9 "types": "types"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/meetfranz/franz.git"
17 },
18 "bugs": {
19 "url": "https://github.com/meetfranz/franz/issues"
20 }
8} 21}