summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-edit-file/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tool-edit-file/package.json')
-rw-r--r--packages/tool-edit-file/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/packages/tool-edit-file/package.json b/packages/tool-edit-file/package.json
index 4bfac38..248064a 100644
--- a/packages/tool-edit-file/package.json
+++ b/packages/tool-edit-file/package.json
@@ -1,13 +1,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:*"
- }
+ "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:*"
+ }
}