aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typings/package.json')
-rw-r--r--packages/typings/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/typings/package.json b/packages/typings/package.json
new file mode 100644
index 000000000..21820df17
--- /dev/null
+++ b/packages/typings/package.json
@@ -0,0 +1,22 @@
1{
2 "name": "@meetfranz/typings",
3 "version": "0.0.5",
4 "description": "TypeScript typings for internal and external projects",
5 "author": "Stefan Malzner <stefan@adlk.io>",
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 },
21 "gitHead": "14b151cad6a5a849bb476aaa3fc53bf1eead7f4b"
22}