{
	"name": "@emdash-cms/plugin-sandboxed-test",
	"private": true,
	"version": "0.0.3",
	"description": "Test plugin for sandboxed plugin system",
	"type": "module",
	"main": "dist/index.mjs",
	"exports": {
		".": {
			"import": "./dist/index.mjs",
			"types": "./dist/index.d.mts"
		},
		"./sandbox": "./dist/plugin.mjs"
	},
	"files": [
		"dist",
		"emdash-plugin.jsonc"
	],
	"scripts": {
		"build": "node node_modules/@emdash-cms/plugin-cli/dist/index.mjs build",
		"dev": "emdash-plugin dev",
		"typecheck": "tsgo --noEmit"
	},
	"keywords": [
		"emdash",
		"cms",
		"plugin",
		"test",
		"sandbox"
	],
	"author": "Matt Kane",
	"license": "MIT",
	"dependencies": {
		"emdash": "workspace:*"
	},
	"devDependencies": {
		"@emdash-cms/plugin-cli": "workspace:*",
		"tsdown": "catalog:",
		"typescript": "catalog:"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/emdash-cms/emdash.git",
		"directory": "packages/plugins/sandboxed-test"
	}
}
