-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "smokey-fluid-cursor",
"version": "1.0.7",
"description": "A customizable fluid cursor effect for Vanilla JavaScript/TypeScript applications running on the web. Enhance user experience with smooth, interactive cursor animations. Perfect for modern web designs.",
"repository": {
"type": "git",
"url": "git+https://github.com/faraasat/smokey-fluid-cursor.git"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup && rm -rf dist/*.d.mts",
"release": "standard-version"
},
"keywords": [
"smokey cursor",
"fluid cursor",
"animated cursor",
"smokey fluid",
"javascript",
"typescript",
"animated smoke cursor"
],
"author": "Farasat Ali <63093876+faraasat@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.0.15",
"standard-version": "^9.5.0",
"tsup": "^8.5.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}