{
  "name": "@cmpsr/carousel",
  "repository": {
    "url": "ssh://git@github.com:cmpsr/composer.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "version": "4.0.34",
  "author": "Pau Teruel Soldevila <hi@pau.im>",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "/lib",
    "package.json"
  ],
  "private": false,
  "scripts": {
    "libbuild": "rimraf lib && npx swc ./src -d lib --ignore '**/*.test.ts,**/*.stories.ts' && npm run type:emit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "type:check": "tsc --project tsconfig.json --noEmit",
    "type:emit": "tsc --project ./tsconfig.json -d --declarationDir lib --emitDeclarationOnly && find lib -type f \\( -name '*.test.*' -o -name '*.stories.*' \\) -exec rm {} +"
  },
  "peerDependencies": {
    "@cmpsr/components": "^7.0.1",
    "react": "^18.2.0 || 19.0.0"
  },
  "devDependencies": {
    "@cmpsr/components": "^7.17.4",
    "@swc/cli": "^0.1.55",
    "@swc/core": "^1.2.150",
    "@swc/jest": "^0.2.20",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/jest": "^27.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "swc-loader": "^0.1.15"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "pure-react-carousel": "^1.30.1"
  }
}
