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