{
  "name": "aerosync-web-sdk",
  "version": "2.2.0",
  "description": "This WEB SDK provides an interface to load Aerosync-UI in javascript or typescript application. Securely link your bank account through your bank’s website. Log in with a fast, secure, and tokenized connection. Your information is never shared or sold.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "build:rollup": "rollup -c rollup.config.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aeropay-inc/aerosync-web-sdk.git"
  },
  "keywords": [
    "aerosync",
    "web",
    "sdk"
  ],
  "author": "Jayon Niravel",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Aeropay-inc/aerosync-web-sdk/issues"
  },
  "homepage": "https://github.com/Aeropay-inc/aerosync-web-sdk#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "28.0.6",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/plugin-typescript": "12.1.4",
    "@types/jest": "29.5.12",
    "jest": "29.7.0",
    "rollup": "4.46.2",
    "ts-jest": "29.1.2",
    "ts-node": "10.9.2",
    "tslib": "2.8.1",
    "tsup": "8.0.2",
    "typescript": "5.3.3"
  }
}