{
	"name": "@nikolat/makibishi",
	"version": "0.3.4",
	"description": "add a star to any website",
	"keywords": [
		"nostr"
	],
	"homepage": "https://nikolat.github.io/makibishi/",
	"bugs": {
		"url": "https://github.com/nikolat/makibishi/issues"
	},
	"license": "CC0-1.0",
	"author": {
		"name": "Don"
	},
	"files": [
		"dist",
		"!dist/favicon.png",
		"!dist/ogp.png",
		"!dist/index.html"
	],
	"browser": "dist/makibishi.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nikolat/makibishi.git"
	},
	"scripts": {
		"prepare": "npm run build",
		"dev": "vite",
		"build": "vite build",
		"postbuild": "node ./scripts/encloseGlobals.js ./dist/makibishi.js",
		"preview": "vite preview",
		"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
		"lint": "prettier --check . && eslint .",
		"format": "prettier --write ."
	},
	"dependencies": {
		"nostr-tools": "^2.23.3"
	},
	"devDependencies": {
		"@eslint/compat": "^2.0.3",
		"@eslint/js": "^10.0.1",
		"@sveltejs/vite-plugin-svelte": "^6.2.4",
		"@tsconfig/svelte": "^5.0.8",
		"eslint": "^10.1.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-svelte": "^3.16.0",
		"globals": "^17.4.0",
		"prettier": "^3.8.1",
		"prettier-plugin-svelte": "^3.5.1",
		"svelte": "^5.55.0",
		"svelte-check": "^4.4.5",
		"tslib": "^2.8.1",
		"typescript": "^5.9.3",
		"typescript-eslint": "^8.57.2",
		"vite": "^7.3.1",
		"vite-plugin-css-injected-by-js": "^4.0.1"
	},
	"type": "module"
}
