{
	"name": "docsify-shiki",
	"description": "Replace syntax highlight with Shiki",
	"keywords": [
		"docsify",
		"shiki"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/simochee/docsify-shiki.git"
	},
	"license": "MIT",
	"author": {
		"name": "simochee",
		"email": "lollipop@simochee.net",
		"url": "https://simochee.net"
	},
	"type": "module",
	"main": "lib/docsify-shiki.js",
	"files": [
		"lib",
		"themes",
		"langs"
	],
	"scripts": {
		"build": "rollup -c",
		"generate": "node ./scripts/generate.mjs",
		"watch": "rollup -c -w"
	},
	"release": {
		"branches": [
			"main"
		]
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@commitlint/cli": "^19.6.1",
		"@commitlint/config-conventional": "^19.6.0",
		"@rollup/plugin-commonjs": "^28.0.2",
		"@rollup/plugin-node-resolve": "^16.0.0",
		"@rollup/plugin-terser": "^0.4.4",
		"@shikijs/types": "^1.27.2",
		"lefthook": "^1.10.8",
		"rollup": "^4.30.1",
		"sort-package-json": "^2.14.0"
	},
	"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
	"volta": {
		"node": "20.10.0"
	},
	"version": "1.1.0"
}
