{
  "name": "@onfido/castor",
  "version": "2.4.9",
  "description": "Onfido's design system.",
  "author": "Onfido",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/onfido/castor.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/onfido/castor/issues"
  },
  "homepage": "https://github.com/onfido/castor",
  "types": "src/index.ts",
  "files": [
    "index.js",
    "index.scss",
    "dist",
    "src",
    "!src/**/*.spec.*",
    "!src/**/*.d.ts"
  ],
  "dependencies": {
    "@onfido/castor-tokens": "^1.0.0",
    "csstype": "^3.1.1"
  },
  "peerDependencies": {
    "@onfido/castor-icons": ">=1.0.0"
  }
}
