mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:49:39 +03:00
14 lines
577 B
JSON
14 lines
577 B
JSON
{
|
|
"name": "overlayscrollbars",
|
|
"private": true,
|
|
"description": "OverlayScrollbars version 2",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"test": "jest --coverage --runInBand --detectOpenHandles",
|
|
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --selectProjects jsdom --testPathPattern",
|
|
"test:browser": "jest --coverage --runInBand --detectOpenHandles --selectProjects browser --testPathPattern",
|
|
"test:browser-dev": "jest --coverage --runInBand --detectOpenHandles --selectProjects browser-dev --testPathPattern",
|
|
"build": "rollup -c"
|
|
}
|
|
}
|