{
  "name": "@accounts/client-magic-link",
  "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
  "description": "@accounts/client-magic-link",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "yarn run -T rimraf lib",
    "start": "yarn run -T tsc --watch",
    "precompile": "yarn run clean",
    "compile": "yarn run -T tsc",
    "prepublishOnly": "yarn run compile",
    "test": "yarn run testonly",
    "test-ci": "yarn run lint && yarn run coverage",
    "testonly": "yarn run -T jest",
    "test:watch": "yarn run -T jest --watch",
    "coverage": "yarn run testonly --coverage"
  },
  "files": [
    "src",
    "lib"
  ],
  "jest": {
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/accounts-js/accounts/tree/master/packages/client-magic-link"
  },
  "author": "Leo Pradel",
  "license": "MIT",
  "dependencies": {
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@accounts/client": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0"
  }
}
