mirror of
https://github.com/omeyenburg/obsidian-scrolling.git
synced 2026-07-22 12:50:23 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "scrolling",
|
|
"version": "1.3.13",
|
|
"description": "Keep the cursor centered, disable code wrapping, remember scroll position, enable image zooming and more.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node scripts/esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node scripts/esbuild.config.mjs production",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"version": "node scripts/version-bump.mjs",
|
|
"lint": "eslint"
|
|
},
|
|
"keywords": [],
|
|
"author": "omeyenburg",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.1.0",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^10.4.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"jest": "^30.0.5",
|
|
"jest-environment-jsdom": "^30.0.5",
|
|
"ts-jest": "^29.4.0",
|
|
"tslib": "2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.59.4"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.12.3",
|
|
"@codemirror/state": "^6.5.0",
|
|
"@codemirror/view": "^6.38.6",
|
|
"globals": "^17.6.0",
|
|
"monkey-around": "^3.0.0",
|
|
"obsidian": "latest"
|
|
}
|
|
}
|