{
  "name": "@locker/distortion",
  "version": "0.28.10",
  "license": "SEE LICENSE IN LICENSE.txt",
  "author": "Salesforce UI Security Team",
  "description": "Lightning Web Security near-membrane distortions",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs.js",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup --config .rolluprc.cjs",
    "build:dev": "cross-env NODE_ENV=development yarn build",
    "build:docs": "scripts/build-docs.mjs",
    "clean": "locker-trash dist/"
  },
  "dependencies": {
    "@locker/html-sanitizer": "0.28.10",
    "@locker/internal-policy": "0.28.10",
    "@locker/shared": "0.28.10",
    "@locker/shared-dom": "0.28.10",
    "@locker/shared-url": "0.28.10",
    "@locker/trusted-types": "0.28.10"
  },
  "devDependencies": {
    "@locker/instrumentation": "0.28.10",
    "@locker/near-membrane-dom": "0.16.0"
  },
  "files": [
    "dist/",
    "!dist/*.map",
    "docs/",
    "LICENSE.txt"
  ],
  "gitHead": "ef1441ff6cd49da0350bb68bda90da454d3368c9"
}
