{
  "name": "@corvina/corvina-app-connect",
  "version": "1.8.2",
  "description": "This library enables an application embedded as an iframe in Corvina to retrieve some information such as JWT, organization id, ...",
  "main": "dist/index.js",
  "module": "dist/index.min.mjs",
  "unpkg": "dist/index.umd.min.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -fr dist",
    "build": "npm run clean && tsc --project tsconfig.build.json && npm run bundle:esm && npm run bundle:esm:min && npm run bundle:umd && npm run bundle:umd:min && npm run build:stats",
    "build:stats": "(echo '\\033[35;3m' ; cd dist && ls -lh index*js index*gz | tail -n +2 | awk '{print $5,$9}')",
    "bundle:esm": "rollup dist/index.js --file dist/index.mjs --format esm",
    "bundle:esm:min": "terser --ecma 6 --compress --mangle --module -o dist/index.min.mjs -- dist/index.mjs && gzip -9 -c dist/index.min.mjs > dist/index.min.mjs.gz",
    "bundle:umd": "rollup dist/index.js --file dist/index.umd.js --format umd --name '$corvina'",
    "bundle:umd:min": "terser --ecma 6 --compress --mangle -o dist/index.umd.min.js -- dist/index.umd.js && gzip -9 -c dist/index.umd.min.js > dist/index.umd.min.js.gz",
    "e2etest": "npm run build && http-server -c-1",
    "test": "jest",
    "deploy": "npm run build && npm publish --access public",
    "deploy:beta": "npm run build && npm publish --access public --tag beta"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/exorint/corvina-app-connect.git"
  },
  "keywords": [
    "corvina",
    "app",
    "connect",
    "host",
    "iframe"
  ],
  "license": "ISC",
  "bugs": {
    "email": "support@corvina.io"
  },
  "homepage": "https://bitbucket.org/exorint/corvina-app-connect#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.14.0",
    "browserify": "^17.0.1",
    "http-server": "^14.1.1",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.39.0",
    "terser": "^5.39.0",
    "ts-jest": "^29.3.1",
    "typescript": "^5.8.3"
  },
  "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
