mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-css-inlay-colors",
|
|
"version": "1.2.0",
|
|
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
|
|
"description": "Show inline color hints for CSS colors",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs",
|
|
"lint": "biome check",
|
|
"format": "biome check --fix"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"css",
|
|
"inline",
|
|
"color",
|
|
"colour",
|
|
"inlay",
|
|
"picker",
|
|
"hex",
|
|
"rgb"
|
|
],
|
|
"author": "Benji Grant",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GRA0007/obsidian-css-inlay-colors.git"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.2",
|
|
"@types/culori": "^4.0.0",
|
|
"@types/node": "^24.3.0",
|
|
"builtin-modules": "5.0.0",
|
|
"covector": "^0.12.4",
|
|
"esbuild": "0.25.9",
|
|
"obsidian": "latest",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.38.2",
|
|
"culori": "^4.0.2"
|
|
}
|
|
}
|