{
    "name": "@sajn/embed-js",
    "version": "0.1.5",
    "description": "Embed sajn e-signature functionality in any web application",
    "homepage": "https://github.com/sajn-se/embeds#readme",
    "bugs": {
        "url": "https://github.com/sajn-se/embeds/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sajn-se/embeds.git"
    },
    "license": "MIT",
    "author": "sajn",
    "type": "module",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.mjs"
            },
            "require": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            }
        }
    },
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "unpkg": "dist/index.umd.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "vite build",
        "clean": "rimraf node_modules && rimraf dist",
        "check-exports": "attw --pack .",
        "publint": "publint"
    },
    "devDependencies": {
        "typescript": "^5.5.0",
        "vite": "^7.0.0",
        "vite-plugin-dts": "^4.1.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
