UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@shopify/polaris-icons-audit",
3 "version": "0.8.0",
4 "license": "SEE LICENSE IN LICENSE.md",
5 "author": "Shopify Inc.",
6 "main": "index.js",
7 "bin": {
8 "polaris-icons-audit": "bin/cli.js"
9 },
10 "engines": {
11 "node": ">=v8.12.0"
12 },
13 "publishConfig": {
14 "access": "public",
15 "@shopify:registry": "https://registry.npmjs.org"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/polaris-icons.git",
20 "directory": "packages/polaris-icons-audit"
21 },
22 "dependencies": {
23 "@babel/plugin-transform-react-jsx": "^7.3.0",
24 "@svgr/core": "^4.3.3",
25 "@svgr/plugin-svgo": "^4.3.1",
26 "chalk": "^4.1.1",
27 "glob": "^7.1.3",
28 "hast-util-select": "^3.0.0",
29 "react": "^16.3.1",
30 "react-dom": "^16.3.1",
31 "rehype-parse": "^6.0.0",
32 "try-require": "^1.2.1",
33 "unified": "^9.2.1",
34 "yargs": "^17.0.1"
35 },
36 "devDependencies": {
37 "@shopify/polaris-icons": "^4.8.0"
38 },
39 "gitHead": "a72e985bf8ca367a30b7cf85605d0066962508a4"
40}