mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 05:18:59 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-css-inlay-colors",
|
|
"version": "1.3.0",
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
|
|
"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.4",
|
|
"@types/culori": "^4.0.1",
|
|
"@types/node": "^24.5.2",
|
|
"builtin-modules": "5.0.0",
|
|
"covector": "^0.12.4",
|
|
"esbuild": "0.25.10",
|
|
"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.3",
|
|
"culori": "^4.0.2"
|
|
}
|
|
}
|