{
  "name": "@apass/icons",
  "version": "2.0.9",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist && mkdir dist && NODE_ENV=production rollup --config ../../rollup.config.js --input index.tsx"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "dependencies": {
    "@apass/icon": "^2.0.6"
  },
  "gitHead": "ae1be94e81ccd4367bdd246dca0f04838f237c24"
}
