{
	"name": "pi-gondolin-mount",
	"version": "0.1.2",
	"description": "pi extension that sandboxes LLM coding agents inside a Gondolin micro-VM with configurable additional mounts",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/abobco/pi-gondolin-mount.git"
	},
	"homepage": "https://github.com/abobco/pi-gondolin-mount",
	"bugs": {
		"url": "https://github.com/abobco/pi-gondolin-mount/issues"
	},
	"keywords": [
		"pi-package",
		"pi",
		"gondolin",
		"sandbox",
		"vm",
		"mounts"
	],
	"files": [
		"index.ts",
		"sandbox-claude-template.md",
		"README.md",
		"LICENSE"
	],
	"type": "module",
	"scripts": {
		"clean": "echo 'nothing to clean'",
		"build": "echo 'nothing to build'",
		"check": "echo 'nothing to check'"
	},
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	},
	"dependencies": {
		"@earendil-works/gondolin": "0.12.0",
		"yaml": "^2.7.1"
	}
}
