{
    "name": "@salesforce/lightning-out",
    "version": "2.2.5",
    "private": false,
    "description": "Lightning Out 2.0 for Salesforce",
    "license": "SEE LICENSE IN LICENSE.txt",
    "author": "Salesforce ECS Team",
    "repository": {
        "type": "git",
        "url": "https://github.com/salesforce-experience-platform-emu/ui-embedding.git"
    },
    "main": "dist/index.esm.js",
    "module": "dist/index.esm.js",
    "unpkg": "dist/index.iife.prod.js",
    "jsdelivr": "dist/index.iife.prod.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rollup -c",
        "build:types": "tsc --emitDeclarationOnly",
        "test": "jest",
        "clean": "rimraf dist"
    },
    "dependencies": {},
    "devDependencies": {
        "core": "2.2.5",
        "utils": "2.2.5"
    },
    "files": [
        "dist/",
        "!dist/__tests__/",
        "!dist/__mocks__/",
        "!dist/*.test.js",
        "!dist/*.map",
        "README.md",
        "LICENSE.txt"
    ],
    "publishConfig": {
        "access": "public"
    },
    "sideEffects": false
}
