mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-22 01:04:07 +03:00
21 lines
801 B
JSON
21 lines
801 B
JSON
{
|
|
"name": "overlayscrollbars",
|
|
"private": true,
|
|
"description": "OverlayScrollbars version 2",
|
|
"version": "0.0.1",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest --coverage --runInBand --detectOpenHandles",
|
|
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --testPathPattern",
|
|
"test:browser": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathPattern",
|
|
"test:browser:quick": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathIgnorePatterns=\"/node_modules/|/structureLifecycle/\"",
|
|
"test:browser-dev": "jest --runInBand --detectOpenHandles --selectProjects browser-dev --testPathPattern",
|
|
"build": "rollup -c",
|
|
"test:playwright": "playwright test"
|
|
}
|
|
}
|