aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/package.json
blob: 54257c54c9b05b2120b4186708d03727dc474df9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@meetfranz/typings",
  "version": "0.0.7",
  "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"
  },
  "gitHead": "14b151cad6a5a849bb476aaa3fc53bf1eead7f4b"
}