{
  "name": "fortmatic",
  "version": "2.0.6",
  "description": "Fortmatic Javascript SDK",
  "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fortmatic/fortmatic-js"
  },
  "keywords": [
    "auth",
    "login",
    "web3",
    "crypto",
    "ethereum",
    "metaMask",
    "wallet",
    "blockchain",
    "dapp"
  ],
  "homepage": "https://www.fortmatic.com",
  "main": "dist/cjs/fortmatic.js",
  "types": "dist/cjs/src/index.d.ts",
  "scripts": {
    "start": "npm run clean:build && ./scripts/start.sh",
    "build": "npm run clean:build && ./scripts/build.sh",
    "test": "npm run clean:test-artifacts && ./scripts/test.sh",
    "lint": "eslint --fix src/**/*.ts",
    "clean": "npm-run-all -s clean:*",
    "clean:test-artifacts": "rimraf coverage && rimraf .nyc_output",
    "clean:build": "rimraf dist",
    "clean_node_modules": "rimraf node_modules"
  },
  "dependencies": {},
  "devDependencies": {
    "@ikscodes/browser-env": "~0.3.1",
    "@ikscodes/eslint-config": "~6.2.0",
    "@ikscodes/prettier-config": "^0.1.0",
    "@istanbuljs/nyc-config-typescript": "~0.1.3",
    "@types/jsdom": "~12.2.4",
    "@types/sinon": "~7.5.0",
    "@types/webpack": "~4.41.0",
    "@typescript-eslint/eslint-plugin": "~2.17.0",
    "ava": "2.2.0",
    "cross-env": "~6.0.3",
    "eslint": "~6.8.0",
    "eslint-import-resolver-typescript": "~2.0.0",
    "eslint-plugin-import": "~2.20.0",
    "eslint-plugin-jsx-a11y": "~6.2.3",
    "eslint-plugin-prettier": "~3.1.2",
    "eslint-plugin-react": "~7.18.0",
    "eslint-plugin-react-hooks": "~1.7.0",
    "lodash": "~4.17.15",
    "npm-run-all": "~4.1.5",
    "nyc": "13.1.0",
    "prettier": "~1.19.1",
    "rimraf": "~3.0.0",
    "sinon": "7.1.1",
    "ts-loader": "~6.2.1",
    "ts-node": "~8.5.2",
    "typescript": "~3.7.2",
    "webpack": "~4.41.2",
    "webpack-chain": "~6.2.0",
    "webpack-cli": "~3.3.10"
  },
  "ava": {
    "require": [
      "ts-node/register"
    ],
    "files": [
      "test/**/*.spec.ts"
    ],
    "extensions": [
      "ts"
    ],
    "compileEnhancements": false,
    "verbose": true
  },
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "all": false,
    "check-coverage": true,
    "per-file": true,
    "lines": 99,
    "statements": 99,
    "functions": 99,
    "branches": 99,
    "reporter": [
      "html",
      "lcov"
    ]
  }
}
