mirror of
https://github.com/mariomui/obsidian-sort-frontmatter.git
synced 2026-07-22 08:50:23 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"author": "Mario Mui",
|
|
"cspell": {
|
|
"ignorePaths": [
|
|
"./fophidian.ts",
|
|
"package.json",
|
|
"tsconfig.json"
|
|
],
|
|
"words": [
|
|
"todos",
|
|
"codemirror"
|
|
]
|
|
},
|
|
"description": "Sort frontmatter",
|
|
"devDependencies": {
|
|
"@codemirror/state": "^6.3.0",
|
|
"@codemirror/view": "^6.21.3",
|
|
"@types/codemirror": "^5.60.10",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"@types/jest": "^29.5.6",
|
|
"@types/js-yaml": "^4.0.8",
|
|
"@types/node": "^20.8.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "^3.3.0",
|
|
"copy-newer": "^2.1.2",
|
|
"dedent": "^1.5.1",
|
|
"dotenv": "^16.3.1",
|
|
"esbuild": "^0.19.5",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"esbuild-sass-plugin": "^2.16.0",
|
|
"eslint": "^8.52.0",
|
|
"fs-extra": "^11.1.1",
|
|
"jest": "^29.7.0",
|
|
"moment": "2.29.4",
|
|
"obsidian": "latest",
|
|
"sass": "^1.69.3",
|
|
"ts-jest": "^29.1.1",
|
|
"tslib": "^2.6.2",
|
|
"tsx": "^3.13.0",
|
|
"typescript": "4.7.4",
|
|
"yaml": "^2.3.3"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"main": "src/main.ts",
|
|
"name": "obsidian-sort-frontmatter",
|
|
"scripts": {
|
|
"test": "jest --ci",
|
|
"test:watch": "NODE_ENV=test jest --watch",
|
|
"build": "tsx ./esbuild.config.ts prod",
|
|
"checkpath": "ls -la",
|
|
"dev": "tsx ./esbuild.config.ts",
|
|
"dev:live": "tsx ./esbuild.config.ts livedev",
|
|
"tsx": "tsx",
|
|
"preversion": "node ./version-bump.mjs"
|
|
},
|
|
"version": "1.0.25",
|
|
"dependencies": {
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|