mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-01 10:04:06 +03:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "overlayscrollbars",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
|
|
"author": "Rene Haas | KingSora",
|
|
"license": "MIT",
|
|
"homepage": "https://kingsora.github.io/OverlayScrollbars",
|
|
"bugs": "https://github.com/KingSora/OverlayScrollbars/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/KingSora/OverlayScrollbars.git",
|
|
"directory": "packages/overlayscrollbars"
|
|
},
|
|
"keywords": [
|
|
"overlayscrollbars",
|
|
"custom",
|
|
"styleable",
|
|
"scrollbar",
|
|
"scrollbars",
|
|
"scroll",
|
|
"frontend",
|
|
"browser"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types",
|
|
"styles"
|
|
],
|
|
"main": "dist/overlayscrollbars.cjs.js",
|
|
"module": "dist/overlayscrollbars.esm.js",
|
|
"types": "types/overlayscrollbars.d.ts",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"jest": "jest --coverage --runInBand --detectOpenHandles --testPathPattern",
|
|
"postjest": "full-coverage",
|
|
"playwright": "playwright test --quiet",
|
|
"playwright:dev": "playwright test",
|
|
"postplaywright": "playwright-merge-coverage && full-coverage"
|
|
}
|
|
}
|