mirror of
https://github.com/piriwata/pubScale.git
synced 2026-07-22 07:50:26 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.1 to 4.3.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
846 B
JSON
33 lines
846 B
JSON
{
|
|
"name": "pubscale-obsidian",
|
|
"version": "0.2.0",
|
|
"description": "An obsidian plugin seamlessly to sync markdown notes into PlanetScale tables.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode development",
|
|
"build": "tsc -noEmit -skipLibCheck && eslint . && vite build",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"planetscale"
|
|
],
|
|
"author": "piriwata",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.13",
|
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
"@typescript-eslint/parser": "5.59.0",
|
|
"builtin-modules": "3.3.0",
|
|
"eslint": "^8.39.0",
|
|
"obsidian": "^1.2.5",
|
|
"tslib": "2.5.0",
|
|
"typescript": "5.0.4",
|
|
"vite": "^4.3.9",
|
|
"vitest": "^0.30.1"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "^3.2.3"
|
|
}
|
|
}
|