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