{
  "name": "feednotch-widget",
  "version": "1.1.0",
  "description": "FeedNotch Widget loader for applications using javascript frameworks and libraries",
  "main": "dist/index.js",
  "repository": "https://github.com/Abi-Seth/feednotch-framework-widget.git",
  "author": "abi-seth <abiheloaf@gmail.com>",
  "license": "MIT",
  "private": false,
  "sideEffects": false,
  "keywords": [
    "feednotch",
    "feedback",
    "widget",
    "feedback-widget"
  ],
  "scripts": {
    "build": "webpack",
    "prepublishOnly": "npm run build"
  },
  "homepage": "https://feednotch.com/developers",
  "types": "dist/index.d.ts",
  "readmeFilename": "README.md",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "ts-loader": "^9.5.1",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "typescript": "^5.4.3"
  }
}