{
  "name": "xp.js-styled",
  "version": "0.14.3",
  "description": "Build performant styled components for Web, iOS and Android platforms.",
  "license": "MIT",
  "main": "index.ts",
  "types": "lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "compilerOptions": {
    "types": [
      "react",
      "jest"
    ]
  },
  "keywords": [
    "modern",
    "react",
    "style-library",
    "react-hooks",
    "frontend",
    "library",
    "css",
    "styleable",
    "styled"
  ],
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "format": "yarn prettier . --write",
    "reset": "git reset --hard origin/main",
    "release": "bash ./scripts/release.sh",
    "test": "vitest"
  },
  "prettier": {
    "printWidth": 140,
    "plugins": [
      "prettier-plugin-organize-imports"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lestercorderomurillo/xp.js-styled.git"
  },
  "author": "Lester Cordero Murillo",
  "bugs": {
    "url": "https://github.com/lestercorderomurillo/xp.js-styled/issues"
  },
  "homepage": "https://github.com/lestercorderomurillo/xp.js-styled#readme",
  "dependencies": {
    "react": "^18.3.1",
    "react-native": "^0.74.1"
  },
  "devDependencies": {
    "@testing-library/react-native": "^13.0.1",
    "@types/react": "^18.3.3",
    "jest": "^29.7.0",
    "prettier": "3.2.5",
    "prettier-plugin-organize-imports": "^3.2.4",
    "type-fest": "^4.18.2",
    "typescript": "^4.8.2",
    "vitest": "^2.1.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  }
}
