UNPKG

1.84 kBJSONView Raw
1{
2 "name": "ionicons",
3 "version": "6.0.0",
4 "description": "Premium icons for Ionic.",
5 "files": [
6 "components/",
7 "dist/",
8 "icons/"
9 ],
10 "main": "./dist/index.cjs.js",
11 "module": "./dist/index.js",
12 "types": "dist/types/index.d.ts",
13 "unpkg": "dist/ionicons.js",
14 "collection": "dist/collection/collection-manifest.json",
15 "collection:main": "dist/collection/index.js",
16 "scripts": {
17 "build": "tsc -p scripts/tsconfig.json && npm run build.files && npm run build.component && npm run collection.copy",
18 "build.files": "node scripts/build.js",
19 "build.component": "stencil build",
20 "collection.copy": "node scripts/collection-copy.js",
21 "start": "stencil build --dev --watch --serve",
22 "test": "stencil test --spec",
23 "release": "np --no-2fa",
24 "version": "npm run build"
25 },
26 "dependencies": {
27 "@stencil/core": "~2.10.0"
28 },
29 "devDependencies": {
30 "@types/fs-extra": "^9.0.6",
31 "@types/jest": "^26.0.20",
32 "@types/node": "^14.14.22",
33 "@types/svgo": "^1.3.3",
34 "fs-extra": "^9.1.0",
35 "jest": "^26.6.3",
36 "jest-cli": "^26.6.3",
37 "np": "^7.2.0",
38 "svgo": "1.3.2",
39 "typescript": "^4.1.3"
40 },
41 "keywords": [
42 "icon pack",
43 "ionic",
44 "icon",
45 "svg",
46 "mobile",
47 "web component",
48 "component",
49 "custom element",
50 "material design",
51 "ios"
52 ],
53 "homepage": "http://ionicons.com/",
54 "author": {
55 "name": "Ben Sperry",
56 "web": "https://twitter.com/benjsperry"
57 },
58 "contributors": [
59 {
60 "name": "Adam Bradley",
61 "web": "http://twitter.com/adamdbradley"
62 }
63 ],
64 "repository": {
65 "type": "git",
66 "url": "https://github.com/ionic-team/ionicons.git"
67 },
68 "bugs": {
69 "url": "https://github.com/ionic-team/ionicons/issues"
70 },
71 "license": "MIT",
72 "sideEffects": [
73 "icons/imports/"
74 ]
75}