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