mirror of
https://github.com/davidvkimball/obsidian-bases-cms.git
synced 2026-07-22 06:40:54 +00:00
50 lines
No EOL
1.5 KiB
JSON
50 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "bases-cms",
|
|
"version": "0.5.9",
|
|
"description": "Manage your notes in bases like a content management system.",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"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",
|
|
"lint": "node scripts/lint-wrapper.mjs",
|
|
"lint:fix": "node scripts/lint-wrapper.mjs --fix",
|
|
"upgrade": "node scripts/upgrade.mjs"
|
|
},
|
|
"author": "David V. Kimball",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@eslint/json": "^0.14.0",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"esbuild": "0.25.5",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"globals": "14.0.0",
|
|
"obsidian": "^1.11.0",
|
|
"@davidvkimball/obsidian-dev-skills": "^1.3.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "^8.50.1"
|
|
},
|
|
"packageManager": "pnpm@10.20.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"minimatch@<3.1.3": "^3.1.3",
|
|
"minimatch@^4 || ^5 || ^6 || ^7 || ^8": "^8.0.5",
|
|
"minimatch@^9": "^9.0.6",
|
|
"picomatch@<2.3.2": "^2.3.2",
|
|
"picomatch@^3 || ^4": "^4.0.4",
|
|
"brace-expansion@<1.1.13": "^1.1.13",
|
|
"brace-expansion@^2": "^2.0.3",
|
|
"ajv@<6.14.0": "^6.14.0",
|
|
"ajv@^7 || ^8": "^8.18.0",
|
|
"flatted@<3.4.0": "^3.4.0",
|
|
"fast-uri@<3.1.1": "^3.1.1",
|
|
"yaml@<2.8.3": "^2.8.3"
|
|
}
|
|
}
|
|
} |