{
    "author": "Chris Spence at Educational Media Solutions",
    "description": "Wrapper for Amazon Cognito Identity JS in applications developed by Educational Media Solutions",
    "devDependencies": {
        "@babel/cli": "^7.25.9",
        "@babel/core": "^7.26.0",
        "@babel/preset-env": "^7.26.0"
    },
    "exports": {
        ".": {
            "import": "./index.js",
            "require": "./index.js"
        }
    },
    "files": [
        "index.js",
        "index.mjs",
        "src"
    ],
    "funding": "https://paypal.me/spencech",
    "keywords": [
        "ems",
        "educational media solutions",
        "educational",
        "media",
        "solutions",
        "node app",
        "node application",
        "utils",
        "utilities",
        "nodejs",
        "cognito"
    ],
    "license": "ISC",
    "main": "index.js",
    "module": "index.js",
    "name": "ems-cognito-connector",
    "peerDependencies": {
        "amazon-cognito-identity-js": "^6.3.12",
        "axios": "^1.7.7",
        "jwt-decode": "^4.0.0"
    },
    "scripts": {
        "build": "npm run build:cjs && npm run build:esm",
        "build:cjs": "babel src --out-file index.js --config-file ./babel.config.cjs.js",
        "build:esm": "babel src --out-file index.mjs --config-file ./babel.config.esm.js",
        "publish-npm": "git add -A . && git commit --allow-empty -m 'prepublish npm package' && npm version patch && npm publish"
    },
    "version": "1.0.34"
}
