aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/package.json
blob: ced257ce4cf96b8f5781e6af7e933d514500c42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@meetfranz/typings",
  "version": "0.0.0",
  "description": "TypeScript typings for internal and external projects",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "homepage": "https://github.com/meetfranz/franz",
  "license": "Apache-2.0",
  "directories": {
    "types": "types"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meetfranz/franz.git"
  },
  "bugs": {
    "url": "https://github.com/meetfranz/franz/issues"
  }
}