mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "obsidian-css-inlay-colors",
|
|
"version": "1.3.1",
|
|
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
|
|
"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",
|
|
"palette"
|
|
],
|
|
"author": "Benji Grant",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GRA0007/obsidian-css-inlay-colors.git"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.6",
|
|
"@types/culori": "^4.0.1",
|
|
"@types/node": "^24.8.1",
|
|
"builtin-modules": "5.0.0",
|
|
"covector": "^0.12.4",
|
|
"esbuild": "0.25.11",
|
|
"obsidian": "latest",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.38.6",
|
|
"culori": "^4.0.2"
|
|
}
|
|
}
|