-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1007 Bytes
/
package.json
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
45
{
"name": "handy-scroll",
"version": "2.0.3",
"description": "Handy dependency-free floating scrollbar web component",
"exports": {
".": {
"types": "./dist/handy-scroll.d.mts",
"import": "./dist/handy-scroll.mjs"
}
},
"main": "./dist/handy-scroll.mjs",
"type": "module",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "eslint",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amphiluke/handy-scroll.git"
},
"keywords": [
"scrollbar",
"web-component",
"user-interface"
],
"author": "Amphiluke",
"license": "MIT",
"bugs": {
"url": "https://github.com/Amphiluke/handy-scroll/issues"
},
"homepage": "https://amphiluke.github.io/handy-scroll/",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"eslint": "^9.12.0",
"globals": "^15.10.0",
"vite": "^5.4.8"
}
}