{
	"name": "bookmarklets-cli",
	"version": "1.1.5",
	"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.5.0",
		"chokidar": "3.6.0",
		"clipboardy": "4.0.0",
		"esbuild": "0.25.8",
		"terser": "5.41.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.1.3",
		"@commitlint/cli": "19.8.1",
		"@commitlint/config-conventional": "19.8.1",
		"@mkobayashime/shared-config": "2.0.0",
		"@types/glob": "9.0.0",
		"@types/node": "24.1.0",
		"depcheck": "1.4.7",
		"eslint": "9.32.0",
		"glob": "11.0.3",
		"lefthook": "1.12.2",
		"tsup": "8.5.0",
		"typescript": "5.9.2",
		"typescript-eslint": "8.38.0",
		"vitest": "3.2.4"
	},
	"scripts": {
		"prepare": "lefthook install",
		"prepublishOnly": "make build"
	},
	"keywords": [
		"bookmarklets",
		"bookmarklet"
	]
}
