-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (43 loc) · 906 Bytes
/
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
{
"name": "nobounce-scrolling",
"version": "0.0.4",
"type": "module",
"description": "No bounce scrolling for mobile iOS",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TUBB/NoBounceScrolling.git"
},
"keywords": [
"nobounce",
"scrolling",
"mobile iOS"
],
"author": "TUBB",
"bugs": {
"url": "https://github.com/TUBB/NoBounceScrolling/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/TUBB/NoBounceScrolling#readme",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
},
"devDependencies": {
"unbuild": "2.0.0"
},
"packageManager": "[email protected]"
}