-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "stop-watch-box",
"version": "1.0.0",
"description": "A simple Stop-Watch-Box Web Component created with Stencil",
"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",
"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"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "1.1.2",
"@types/jest": "24.0.15",
"@types/puppeteer": "1.12.4",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"puppeteer": "1.17.0"
},
"license": "MIT",
"author": "Modus Create <[email protected]>",
"contributors": [
"Ahsan Ayaz <[email protected]"
],
"bugs": {
"url": "https://github.com/ModusCreateOrg/stop-watch-box/issues"
},
"homepage": "https://stopwatchbox.modus.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/ModusCreateOrg/stop-watch-box"
}
}