summaryrefslogtreecommitdiffhomepage
path: root/packages/auth-apikey/package.json
blob: 74ee65ff1836dbaf6f65a4b8c3f78226d39503a5 (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:*"
	}
}