mirror of
https://github.com/nellowtcs/Obsidian-IroView.git
synced 2026-07-22 06:56:57 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.0 to 26.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
964 B
JSON
34 lines
964 B
JSON
{
|
|
"name": "iroview",
|
|
"version": "1.0.1",
|
|
"description": "A color preview for HEX, HSL, RGB values in your notes, similar to VSCode's color preview.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint src/",
|
|
"make-pretty": "prettier --write .",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^26.1.1",
|
|
"@typescript-eslint/eslint-plugin": "8.63.0",
|
|
"@typescript-eslint/parser": "8.64.0",
|
|
"builtin-modules": "5.3.0",
|
|
"esbuild": "0.28.1",
|
|
"eslint": "^10.7.0",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"obsidian": "1.13.1",
|
|
"prettier": "^3.9.4",
|
|
"tslib": "2.8.1",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "^8.63.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/view": "^6.43.1"
|
|
}
|
|
}
|