{
  "name": "@stripe/crypto",
  "version": "1.1.3",
  "description": "Stripe Crypto loading utility",
  "main": "dist/stripe.js",
  "module": "dist/stripe.esm.js",
  "jsnext:main": "dist/stripe.esm.js",
  "types": "types/index.d.ts",
  "typings": "types/index.d.ts",
  "scripts": {
    "test": "yarn lint && yarn test:unit && yarn test:types && yarn typecheck",
    "test:unit": "jest",
    "test:types": "zx ./tests/types/scripts/test.mjs",
    "lint": "eslint '{src,types}/**/*.{ts,js}' && yarn prettier-check",
    "typecheck": "tsc",
    "build": "yarn clean && yarn rollup -c",
    "clean": "rimraf dist",
    "prepublishOnly": "echo \"\nPlease use ./scripts/publish instead\n\" && exit 1",
    "prettier": "prettier './**/*.{js,ts,md,html,css}' --write",
    "prettier-check": "prettier './**/*.{js,ts,md,html,css}' --check"
  },
  "keywords": [
    "Stripe",
    "cryptocurrency",
    "fiat to crypto",
    "onramp"
  ],
  "author": "Stripe (https://www.stripe.com)",
  "license": "MIT",
  "homepage": "https://stripe.com/docs/crypto",
  "files": [
    "dist",
    "src",
    "types",
    "pure.js",
    "pure.d.ts"
  ],
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@stripe/stripe-js": "^1.46.0",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^29.5.0",
    "conditional-type-checks": "^1.0.5",
    "eslint": "^8.35.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.8.4",
    "rollup": "^1.29.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^29.0.5",
    "typescript": "^4.1.2",
    "zx": "^4.2.0"
  },
  "peerDependencies": {
    "@stripe/stripe-js": "^1.46.0"
  }
}
