mirror of
https://github.com/jqml/native-property-operator.git
synced 2026-07-22 08:28:00 +00:00
30 lines
910 B
JSON
30 lines
910 B
JSON
{
|
|
"name": "native-property-operator",
|
|
"version": "0.1.3",
|
|
"description": "Safely preview and apply native frontmatter property operations across Markdown notes.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"check": "npm run lint && npm run test && tsc -noEmit -skipLibCheck",
|
|
"test": "npm run build && node scripts/test-conversions.mjs && node scripts/test-multi-property.mjs"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"frontmatter",
|
|
"properties"
|
|
],
|
|
"author": "JQML",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.30",
|
|
"@typescript-eslint/parser": "^8.64.0",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^9.39.5",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"obsidian": "^1.13.0",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|