{
	"name": "compiiile",
	"private": false,
	"version": "2.1.5",
	"description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
	"author": "AlbanCrepel <alban.crepel@gmail.com>",
	"license": "GPL-3.0-only",
	"type": "module",
	"bin": {
		"compiiile": "bin/cli.js"
	},
	"scripts": {
		"dev": "node ./bin/cli.js dev",
		"build": "node ./bin/cli.js build && node ./build.js",
		"preview": "node ./bin/cli.js preview",
		"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore --fix .compiiile bin",
		"format": "prettier . --write"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/AlbanCrepel/compiiile.git"
	},
	"dependencies": {
		"@astrojs/mdx": "^1.1.2",
		"@astrojs/vue": "^3.0.1",
		"@babel/core": "^7.0.0-0",
		"@babel/eslint-parser": "^7.22.15",
		"@fontsource-variable/archivo": "^5.0.16",
		"@fontsource-variable/dm-sans": "^5.0.3",
		"@fontsource-variable/jetbrains-mono": "^5.0.18",
		"astro": "^3.3.0",
		"astro-decap-cms-oauth": "^0.2.6",
		"astro-seo": "^0.8.0",
		"eslint": "^8.51.0",
		"eslint-config-prettier": "^9.0.0",
		"eslint-plugin-vue": "^9.17.0",
		"fzf": "^0.5.2",
		"hastscript": "^8.0.0",
		"node-emoji": "^2.1.0",
		"pkg-dir": "^7.0.0",
		"prettier": "^3.0.3",
		"rehype-autolink-headings": "^7.0.0",
		"rehype-slug": "^6.0.0",
		"remark-emoji": "^4.0.0",
		"reveal.js": "^4.6.1",
		"sass": "^1.66.1",
		"slugify": "^1.6.6",
		"uuid": "^9.0.1",
		"vfile-matter": "^5.0.0",
		"vite": "^4.0.0",
		"vue": "^3.3.4",
		"yargs": "^17.7.2",
		"zod": "^3.22.3"
	},
	"keywords": [
		"markdown",
		"cli",
		"preview",
		"slides",
		"vite",
		"search",
		"astro",
		"mdx",
		"compiiile"
	],
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/AlbanCrepel"
		},
		{
			"type": "ko-fi",
			"url": "https://ko-fi.com/alban_crepel"
		}
	]
}
