{
  "name": "@crossed/theme",
  "description": "unicons",
  "version": "3.1.2",
  "main": "lib/commonjs/index",
  "types": "lib/typescript/index.d.ts",
  "module": "lib/module/index",
  "react-native": "src/index",
  "source": "src/index",
  "typings": "lib/typescript/index.d.ts",
  "keywords": [
    "React Native",
    "React",
    "Next.js",
    "Expo",
    "packager",
    "typescript",
    "javascript",
    "android",
    "ios",
    "styling",
    "css-in-js",
    "design-system",
    "uikit",
    "icone",
    "ui"
  ],
  "devDependencies": {
    "@crossed/build": "*",
    "jest": "^29.6.3",
    "tsconfig": "*",
    "@crossed/styled": "^0.15.3"
  },
  "peerDependencies": {
    "@crossed/styled": "^0.15.3"
  },
  "files": [
    "lib/",
    "src/"
  ],
  "scripts": {
    "release": "release-it",
    "clean": "rm -rf lib",
    "watch": "crossed-build --watch --project-path ./tsconfig.build.json",
    "build": "crossed-build --project-path ./tsconfig.build.json",
    "dev:web": "cd example/native && yarn web --clear",
    "type-check": "tsc --noEmit"
  }
}