{
	"name": "bundlemonkey-template-typescript",
	"type": "module",
	"private": true,
	"scripts": {
		"build": "bundlemonkey",
		"watch": "bundlemonkey --watch",
		"watch:remote": "bundlemonkey --watch --remote"
	},
	"dependencies": {
		"bundlemonkey": "^0.7.6"
	},
	"devDependencies": {
		"@types/tampermonkey": "5.0.5",
		"typescript": "5.9.3"
	}
}
