mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 03:49:40 +03:00
13 lines
443 B
JSON
13 lines
443 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",
|
|
"test:pptr": "jest --coverage --runInBand --detectOpenHandles --selectProjects puppeteer",
|
|
"build": "cross-env NODE_ENV=build rollup -c"
|
|
}
|
|
}
|