{
  "name": "fds-icons",
  "version": "3.8.168",
  "description": "Custom SVG icons for Form Design System",
  "author": "CB Insights",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "scripts": {
    "setupLib": "rm -rf ./lib && mkdir ./lib",
    "export": "node ./scripts/exportFromSketch.js",
    "dist:optimize": "node ./scripts/optimize.js",
    "dist:react": "node ./scripts/createComponents.js",
    "dist:compile": "babel ./lib/react/ --out-dir ./lib/react/",
    "dist:styles": "cp style/fds-icons.css lib/fds-icons.css",
    "build:dist": "yarn setupLib && yarn dist:optimize && yarn dist:react && yarn dist:compile && yarn dist:styles",
    "build:docs": "node ./scripts/buildDocs.js",
    "build": "yarn build:dist && yarn build:docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cbinsights/form-design-system.git"
  },
  "dependencies": {
    "classnames": "^2",
    "fds-dictionary": "^2.17",
    "prop-types": "^15"
  },
  "gitHead": "a85f9272be00f51709170bf2f6acaf883afcd351"
}
