-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.08 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@frsource/frs-hide-scrollbar",
"version": "2.0.54",
"description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding",
"source": "src/index.scss",
"main": "dist/frs-hide-scrollbar.css",
"scripts": {
"start": "pnpm clean && microbundle watch -o docs --name frs-hide-scrollbar",
"build": "pnpm clean && pnpm build:bundle && pnpm build:example",
"build:bundle": "microbundle --compress -o dist/frs-hide-scrollbar.js -f cjs && pnpm clean:dist:js",
"build:example": "cpy . ../docs --cwd dist",
"lint": "eslint . && prettier . --check",
"fix": "pnpm eslint --fix && prettier . --write",
"release": "pnpm build && git add dist && git add docs && semantic-release",
"release:ci": "pnpm release --yes",
"release:test": "pnpm release --no-git-tag-version --no-push --skip-npm",
"clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}",
"clean:dist:js": "rimraf dist/*.{js,mjs,js.map}"
},
"homepage": "https://www.frsource.org/FRS-hide-scrollbar/",
"repository": {
"type": "git",
"url": "git+https://github.com/FRSource/FRS-hide-scrollbar.git"
},
"keywords": [
"hide scroll",
"efficient",
"lightweight",
"simple",
"CSS",
"CSS-only",
"hide scrollbar",
"scrollbar"
],
"files": [
"dist/frs-hide-scrollbar.css",
"dist/frs-hide-scrollbar.css.map",
"src/index.scss",
"package.json"
],
"bugs": {
"url": "https://github.com/FRSOURCE/FRS-hide-scrollbar/issues"
},
"author": "Jakub Freisler <[email protected]>",
"license": "MIT",
"devDependencies": {
"@frsource/eslint-config": "1.22.0",
"@frsource/prettier-config": "1.16.0",
"@frsource/semantic-release-config": "1.24.0",
"cpy-cli": "5.0.0",
"eslint": "9.14.0",
"globals": "15.11.0",
"microbundle": "0.15.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"sass": "1.80.6",
"semantic-release": "24.2.0"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"funding": "https://buymeacoffee.com/frsource"
}