aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/package.json
blob: 73fae76a13e23f234fe3caa17617dc85956f35dc (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.4",
  "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": "e31248830eb63c8bff3d9add3baa4ca8916b74e1"
}