-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
40
41
42
43
44
{
"name": "@rethink-js/rt-smooth-scroll",
"version": "1.5.0",
"description": "Lightweight smooth scrolling powered by Lenis with automatic loading, attribute config, and multi-instance support.",
"keywords": [
"smooth-scroll",
"lenis",
"scroll",
"javascript",
"ui",
"animation",
"interactive",
"scrolling",
"rt-smooth-scroll",
"rethink-js"
],
"author": "Rethink JS <opensource@rethink-js.org> (https://github.com/Rethink-JS)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Rethink-JS/rt-smooth-scroll.git"
},
"bugs": {
"url": "https://github.com/Rethink-JS/rt-smooth-scroll/issues"
},
"homepage": "https://github.com/Rethink-JS/rt-smooth-scroll#readme",
"main": "dist/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"files": [
"dist"
],
"sideEffects": true,
"scripts": {
"build": "node scripts/build.mjs",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"esbuild": "^0.27.2"
}
}