UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@shopify/polaris-icons",
3 "version": "3.6.0",
4 "license": "SEE LICENSE IN LICENSE.md",
5 "author": "Shopify Inc.",
6 "main": "index.js",
7 "module": "index.es.js",
8 "types": "index.d.ts",
9 "scripts": {
10 "prebuild": "yarn run clean",
11 "build": "yarn run rollup -c",
12 "prepublish": "yarn run build",
13 "clean": "rimraf build types index.js index.es.js images"
14 },
15 "publishConfig": {
16 "access": "public",
17 "@shopify:registry": "https://registry.npmjs.org"
18 },
19 "files": [
20 "index.js",
21 "index.es.js",
22 "index.d.ts",
23 "images/*"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/Shopify/polaris-icons.git",
28 "directory": "packages/polaris-icons"
29 },
30 "bugs": {
31 "url": "https://github.com/shopify/polaris-icons/issues"
32 },
33 "homepage": "https://polaris-icons.shopify.com/",
34 "devDependencies": {
35 "@shopify/polaris-icons-raw": "^1.8.0",
36 "rollup": "^1.3.2"
37 },
38 "gitHead": "2858a9681178d773b9bf18615c9a23f82518e7ee"
39}