lossless-group_perplexed-pl.../package.json
mpstaton 1f74e2d86a update(packages): update several packages not breaking
On branch master
 Your branch is up to date with 'origin/master'.
 Changes to be committed:
	modified:   package.json
	modified:   pnpm-lock.yaml
2025-06-07 18:55:24 +03:00

29 lines
745 B
JSON

{
"name": "content-farm",
"version": "0.0.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"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"
},
"keywords": [
"Obsidian",
"Plugin",
"Content-Farm",
"AI"
],
"author": "The Lossless Group",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.30",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "5.0.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.8.1",
"typescript": "4.7.4"
}
}