{
    "name": "@lightning-out/application",
    "version": "2.1.2",
    "license": "SEE LICENSE IN LICENSE.txt",
    "author": "Salesforce ECS Team",
    "description": "Lightning Out 2.0 for Salesforce",
    "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": {
        "@lightning-out/core": "2.1.2",
        "@lightning-out/utils": "2.1.2"
    },
    "files": [
        "dist/",
        "!dist/*.test.js",
        "!dist/*.map",
        "README.md",
        "LICENSE.txt"
    ],
    "publishConfig": {
        "access": "public"
    },
    "sideEffects": false
}
