{
  "name": "@pine-ds/react",
  "version": "3.26.4",
  "license": "MIT",
  "description": "Pine Web Components React Wrapper",
  "author": "Kajabi Design System Services",
  "keywords": [
    "pine",
    "react",
    "components",
    "framework"
  ],
  "homepage": "https://github.com/Kajabi/pine/tree/main#readme",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "types": "dist/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kajabi/pine.git"
  },
  "bugs": {
    "url": "https://github.com/Kajabi/pine/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf dist",
    "compile": "rollup -c",
    "tsc": "tsc -p ."
  },
  "dependencies": {
    "@kajabi-ui/styles": "*",
    "@pine-ds/core": "^3.26.4",
    "@pine-ds/icons": "*",
    "tslib": "*"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.5",
    "@testing-library/jest-dom": "^6.1.3",
    "@types/jest": "^29.1.2",
    "@types/node": "^18.8.4",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "jest": "^29.1.2",
    "np": "^3.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "jest": {
    "preset": "ts-jest",
    "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
    "testPathIgnorePatterns": [
      "node_modules",
      "dist"
    ]
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
