summaryrefslogtreecommitdiffhomepage
path: root/packages/auth-apikey/package.json
blob: db6e7b66a086e14ffe3c9fbf03ace7a517fc9e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@dispatch/auth-apikey",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/kernel": "workspace:*"
  }
}