{
	"name": "bookmarklets-cli",
	"version": "1.1.6",
	"author": "Masaki Kobayashi",
	"license": "MIT",
	"private": false,
	"repository": {
		"type": "git",
		"url": "https://github.com/mkobayashime/bookmarklets-cli.git"
	},
	"bin": "dist/index.js",
	"files": [
		"dist"
	],
	"type": "module",
	"dependencies": {
		"arg": "5.0.2",
		"chalk": "5.6.2",
		"chokidar": "3.6.0",
		"clipboardy": "5.0.2",
		"esbuild": "0.27.2",
		"terser": "5.41.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.11",
		"@commitlint/cli": "20.3.1",
		"@commitlint/config-conventional": "20.3.1",
		"@mkobayashime/shared-config": "2.0.0",
		"@types/glob": "9.0.0",
		"@types/node": "25.0.9",
		"depcheck": "1.4.7",
		"eslint": "9.39.2",
		"glob": "11.1.0",
		"lefthook": "2.0.15",
		"tsup": "8.5.1",
		"typescript": "5.9.3",
		"typescript-eslint": "8.53.1",
		"vitest": "4.0.17"
	},
	"scripts": {
		"prepare": "lefthook install",
		"prepublishOnly": "make build"
	},
	"keywords": [
		"bookmarklets",
		"bookmarklet"
	]
}
