{
    "name": "@nangohq/frontend",
    "version": "0.70.4",
    "description": "Nango's frontend library for OAuth handling.",
    "type": "module",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "keywords": [],
    "author": "bastien@nango.dev",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/NangoHQ/nango.git",
        "directory": "packages/frontend"
    },
    "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
    "scripts": {},
    "dependencies": {
        "@nangohq/types": "0.70.4"
    },
    "files": [
        "dist/**/*.js",
        "dist/**/*.d.ts",
        "dist/**/*.map",
        "!**/*.json",
        "README.md"
    ]
}
