summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel/package.json
blob: f613cacfa2667fb420a34d80daa9964cb7eb69a9 (plain)
1
2
3
4
5
6
7
8
{
	"name": "@dispatch/kernel",
	"version": "0.0.0",
	"type": "module",
	"private": true,
	"main": "dist/index.js",
	"types": "dist/index.d.ts"
}