-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1016 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
{
"name": "scroll-to-top-btn",
"version": "0.1.0",
"description": "Scroll to top button component",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"unpkg": "dist/ionic.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"homepage": "https://annmirosh.github.io/scroll-to-top/",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"prepublish": "npm run build"
},
"author": "Anna Miroshnichenko",
"bugs": {
"url": "https://github.com/annmirosh/scroll-to-top/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/annmirosh/scroll-to-top"
},
"keywords": [
"scroll",
"scroll to top",
"scroll page"
],
"dependencies": {},
"devDependencies": {
"@stencil/core": "~0.16.2"
},
"license": "MIT"
}