{
  "name": "@good-faith-labs/jiffy-embed",
  "version": "1.0.14",
  "description": "Jiffy chatbot embed script",
  "type": "module",
  "main": "dist/jiffy-embed.min.js",
  "module": "dist/jiffy-embed.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node build.js",
    "prepublishOnly": "npm run build",
    "release": "npm version patch && npm publish --access public && git push && git push --tags"
  },
  "keywords": [
    "chatbot",
    "embed",
    "jiffy"
  ],
  "author": "Good Faith Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/good-faith-labs/jiffy-scrips.git"
  },
  "devDependencies": {
    "javascript-obfuscator": "^4.1.1",
    "terser": "^5.37.0"
  }
}
