mirror of
https://github.com/kotaindah55/animated-cursor.git
synced 2026-07-22 13:00:23 +00:00
26 lines
No EOL
764 B
JSON
26 lines
No EOL
764 B
JSON
{
|
|
"name": "animated-cursor",
|
|
"version": "1.0.5",
|
|
"description": "Simple yet smooth animated cursor.",
|
|
"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 package.json"
|
|
},
|
|
"keywords": ["obsidian-plugin"],
|
|
"author": "kotaindah55",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.36.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"builtin-modules": "^5.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"obsidian": "latest",
|
|
"obsidian-typings": "^2.2.0",
|
|
"tslib": "2.8.1",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
} |