{
  "name": "@8base/file-input",
  "version": "0.37.2",
  "repository": "https://github.com/8base/sdk",
  "homepage": "https://github.com/8base/sdk/tree/master/packages/file-input#readme",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "build": "../../bin/build-package.sh",
    "watch": "../../bin/watch-package.sh",
    "test": "NPM_ENV=test jest"
  },
  "peerDependencies": {
    "apollo-client": "^2.6.3",
    "graphql": "^14.0.0",
    "react": "^16.8.6",
    "react-apollo": "^3.1.0",
    "react-dom": "^16.8.6"
  },
  "dependencies": {
    "filestack-js": "^1.7.2",
    "graphql-tag": "^2.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@types/graphql": "^14.2.0",
    "@types/jest": "^24.0.13",
    "apollo-client": "^2.6.3",
    "babel-jest": "^24.8.0",
    "documentation": "^8.0.0",
    "flow-copy-source": "^2.0.2",
    "graphql": "^14.3.1",
    "jest": "24.7.1",
    "react": "^16.8.6",
    "react-apollo": "^3.1.0",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.8.6",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.1"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "<rootDir>/tsconfig.json"
      }
    },
    "collectCoverageFrom": [
      "<rootDir>/src/**",
      "!<rootDir>/**/__tests__/**"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/__tests__/**/*.[jt]s?(x)",
      "**/?(*.)+(spec|test).[jt]s?(x)"
    ]
  },
  "license": "MIT"
}
