mirror of
https://github.com/ai-jani/about-blank.git
synced 2026-07-22 12:30:32 +00:00
33 lines
1 KiB
JSON
33 lines
1 KiB
JSON
{
|
|
"name": "about-blank",
|
|
"version": "1.0.0",
|
|
"description": "Customize the empty file (New tab) itself a little bit by adding \"Commands\" or \"Open files\". And edit these:\"Grouping\", \"Set icon\", \"Ask before execution\", \"Register as a new command\".",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"format": "dprint fmt",
|
|
"lint": "eslint --fix .",
|
|
"mdlint": "markdownlint-cli2 --fix \"**/*.md\""
|
|
},
|
|
"keywords": [],
|
|
"author": "Ai-Jani",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"@types/node": "^22.13.11",
|
|
"builtin-modules": "^5.0.0",
|
|
"dprint": "^0.49.0",
|
|
"esbuild": "^0.25.1",
|
|
"eslint": "^9.23.0",
|
|
"markdownlint-cli2": "^0.17.2",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.27.0"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|