-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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
{
"name": "@uiwebkit/flag",
"version": "0.2.0",
"description": "Uni Flags",
"license": "MIT",
"author": "Vitali Havryliuk",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/flags/flags.esm.js",
"jsdelivr": "dist/flags/flags.esm.js",
"files": ["dist/"],
"scripts": {
"build:dev": "stencil build --dev",
"build:prod": "stencil build",
"serve:dev": "stencil build --dev --watch --serve --no-open",
"serve:prod": "stencil build --watch --serve --no-open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"pack": "npm pack",
"publish": "npm publish uiwebkit-flag-0.2.0.tgz --access public"
},
"dependencies": {
"@stencil/core": "2.14.2",
"@uiwebkit/common": "0.1.3"
},
"devDependencies": {
"prettier": "2.5.1",
"stencil-inline-svg": "1.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "https://github.com/uiwebkit/flag.git"
},
"homepage": "https://uiwebkit.com/icn/1/flag/?type=element"
}