@gitbutler/svelte-comment-injector
Version:
A Svelte preprocessor that injects HTML comments for identifying components in browser DevTools.
31 lines (30 loc) • 715 B
JSON
{
"name": "@gitbutler/svelte-comment-injector",
"version": "1.0.0",
"description": "A Svelte preprocessor that injects HTML comments for identifying components in browser DevTools.",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "pnpm build"
},
"keywords": [
"svelte",
"preprocessor",
"comment",
"devtools",
"debug",
"svelte-preprocess"
],
"author": "Pavel Laptev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gitbutlerapp/gitbutler"
},
"homepage": "https://github.com/gitbutlerapp/gitbutler/tree/master/packages/svelte-comment-injector"
}