summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-edit-file/package.json
blob: 248064a59b9ac3b9adb904f6d5f5569433e49599 (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:*"
  }
}