{
  "name": "ai-text-tool",
  "version": "1.4.0",
  "description": "An AI text generation tool for EditorJS with automatic environment variable detection",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "webpack --mode production",
    "test": "jest"
  },
  "peerDependencies": {
    "@codexteam/icons": "^0.3.2",
    "@editorjs/editorjs": "^2.0.0"
  },
  "devDependencies": {
    "@codexteam/icons": "^0.3.2",
    "@editorjs/editorjs": "^2.0.0",
    "css-loader": "^7.1.2",
    "jest": "^27.0.0",
    "style-loader": "^4.0.0",
    "typescript": "^4.9.5",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  },
  "files": [
    "dist/**/*",
    "index.css"
  ],
  "keywords": [
    "editorjs",
    "ai",
    "text",
    "text-tool",
    "tool",
    "ai-text-tool",
    "cozyCodr",
    "bright",
    "bright-londa"
  ],
  "author": "Bright Londa @cozyCodr",
  "license": "ISC",
  "dependencies": {
    "openai": "^4.73.0",
    "ts-loader": "^9.5.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cozyCodr/ai-text-tool.git"
  }
}
