mirror of
https://github.com/scotttomaszewski/obsidian-inline-admonitions.git
synced 2026-07-22 09:30:32 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "inline-admonitions",
|
|
"version": "1.14.0",
|
|
"description": "Inline callouts to make text pop.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"build-no-check": "node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"test": "jest",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"admonition",
|
|
"callout"
|
|
],
|
|
"author": "Scott Tomaszewski",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@adobe/css-tools": "^4.5.0",
|
|
"@codemirror/language": "^6.10.1",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.26.0",
|
|
"@lezer/common": "^1.2.1",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^16.11.6",
|
|
"@types/uuid": "^9.0.8",
|
|
"esbuild": "0.17.3",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"globals": "^15.15.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"obsidian": "latest",
|
|
"ts-jest": "^29.1.4",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.24.0",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|