{
  "name": "@reapit/login-with-reapit",
  "description": "Login with reapit button",
  "version": "1.0.6",
  "scripts": {
    "start": "concurrently \"webpack -w\" \"sirv ./public --dev -s --port 8080\"",
    "test": "echo '...skipping...issue with svelte testing library that needs fixing with an update https://github.com/testing-library/dom-testing-library/pull/916'",
    "build": "cross-env NODE_ENV=production && rimraf public/dist && webpack && tsc",
    "lint": "eslint --cache --ext=ts,tsx,js src --fix",
    "release": "echo '...skipping...'",
    "publish": "yarn npm publish --access public",
    "conf": "echo '...skipping...'",
    "commit": "concurrently \"yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges\" \"yarn lint\""
  },
  "main": "public/dist/login-with-reapit.js",
  "umd": "public/dist/login-with-reapit.js",
  "module": "public/dist/login-with-reapit.js",
  "typings": "public/dist/login-with-reapit/src/index.d.ts",
  "files": [
    "public/dist/"
  ],
  "dependencies": {
    "@reapit/connect-session": "^3.3.0",
    "svelte": "^3.34.0"
  },
  "devDependencies": {
    "@linaria/rollup": "^3.0.0-beta.13",
    "@reapit/ts-scripts": "0.0.1",
    "@reapit/ts-types": "0.0.4",
    "@testing-library/svelte": "^3.0.3",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "babel-jest": "^27.0.6",
    "babel-loader": "^8.2.2",
    "concurrently": "^6.2.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.31.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.6",
    "jest-coverage-badges": "^1.1.2",
    "node-polyfill-webpack-plugin": "^1.1.4",
    "rimraf": "^3.0.2",
    "sirv-cli": "^1.0.12",
    "svelte-jester": "^1.7.0",
    "svelte-loader": "^2.13.6",
    "svelte-preprocess": "^4.9.8",
    "typescript": "^4.3.5",
    "webpack": "^5.45.1",
    "webpack-cli": "^4.7.2"
  }
}