71751dd4创建于 3 天前历史提交
{
    "name": "@nangohq/node",
    "version": "0.71.7",
    "description": "Nango's Node client.",
    "type": "module",
    "main": "dist/index.js",
    "module": "./dist/index.js",
    "scripts": {
        "build": "tsup lib/index.ts --format cjs",
        "prepublishOnly": "npm run build"
    },
    "exports": {
        ".": {
            "require": "./dist/index.cjs",
            "import": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "typings": "dist/index.d.ts",
    "keywords": [],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/NangoHQ/nango.git",
        "directory": "packages/node-client"
    },
    "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
    "dependencies": {
        "@nangohq/types": "0.71.7",
        "axios": "1.18.0"
    },
    "engines": {
        "node": ">=20.0"
    },
    "files": [
        "dist/**/*",
        "!**/*.json",
        "README.md"
    ],
    "devDependencies": {
        "vitest": "4.1.9",
        "esbuild": "0.28.1",
        "tsup": "8.5.1"
    }
}