summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-write-file/package.json
blob: beb7c0784e1ed9f2eef2b8949d97a394ecfbc206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@dispatch/tool-write-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:*"
  }
}