aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/package.json
blob: 5da8389d64096f0fd5f3745adbebebecffa2d862 (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.11",
  "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": "e9b9079dc921e85961954727a7b2a8eabe5b9798"
}