mirror of
https://github.com/kotaindah55/animated-cursor.git
synced 2026-07-22 13:00:23 +00:00
35 lines
No EOL
1,009 B
JSON
35 lines
No EOL
1,009 B
JSON
{
|
|
"name": "animated-cursor",
|
|
"version": "1.3.4",
|
|
"description": "Simple yet smooth animated cursor.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "npx tsx scripts/esbuild.config.mts",
|
|
"build": "tsc -noEmit -skipLibCheck && npx tsx scripts/esbuild.config.mts production",
|
|
"version": "npx tsx scripts/version-bump.mts",
|
|
"changelog": "npx tsx scripts/print-changelog.mts",
|
|
"publish": "npx tsx scripts/publish.mts",
|
|
"publish-no-package-lock": "npx tsx scripts/publish.mts no-package-lock",
|
|
"lock": "npx tsx scripts/lock-package.mts"
|
|
},
|
|
"keywords": [
|
|
"obsidian-plugin"
|
|
],
|
|
"author": "kotaindah55",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.36.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"builtin-modules": "^5.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.8.1",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"monkey-around": "^3.0.0"
|
|
}
|
|
} |