-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.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
{
"name": "caly",
"version": "0.7.4",
"description": "Caly is a small calendar!",
"keywords": [
"calendar",
"stencil"
],
"main": "./dist/index.cjs.js",
"module": "./dist/custom-elements/index.js",
"types": "./dist/types/index.d.ts",
"collection": "./dist/collection/collection-manifest.json",
"collection:main": "./dist/collection/index.js",
"unpkg": "./dist/caly/caly.esm.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"devDependencies": {
"@stencil/core": "^2.3.0",
"@types/jest": "26.0.19",
"@types/puppeteer": "5.4.2",
"cntdys": "^0.5.1",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"puppeteer": "5.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zigomir/caly.git"
},
"homepage": "https://github.com/zigomir/caly",
"author": "Ziga Vidic <[email protected]> (https://ziga.dev/)",
"license": "MIT"
}