{
  "name": "cpx-research-sdk-react",
  "version": "0.0.5-beta.0",
  "description": "CPX Research SDK React",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/MakeOpinionGmbH/cpx-research-SDK-React"
  },
  "files": [
    "lib/*",
    "assets/*",
    "Readme.md"
  ],
  "scripts": {
    "build": "tsc"
  },
  "author": "Dualmeta (https://www.dualmeta.io)",
  "license": "UNLICENSED",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "dependencies": {
    "axios": "^0.25.0",
    "@emotion/react": "^11.7.1"
  }
}
