{
  "name": "credify-web-sdk",
  "version": "0.7.7",
  "description": "A serviceX sdk for web",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "rollup -c -w",
    "build": "rollup -c",
    "build-watch": "rollup -c -w",
    "test": "jest",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\""
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "example"
    ],
    "preset": "ts-jest",
    "testEnvironment": "node",
    "transform": {
      "node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!variables/.*)"
    ]
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@credify/api-docs": "^1.1.0",
    "@credify/crypto": "^1.3.8",
    "axios": "^0.21.4"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "23.10.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^26.6.3",
    "prettier": "^2.7.1",
    "rollup": "^2.56.3",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.4.2"
  }
}
