{ "name": "@janhq/azure-openai-plugin", "version": "1.0.4", "description": "Inference plugin for Azure OpenAI", "icon": "https://static-assets.jan.ai/openai-icon.jpg", "main": "dist/index.js", "module": "dist/module.js", "author": "Jan ", "license": "MIT", "activationPoints": [ "init" ], "scripts": { "build": "tsc -b . && webpack --config webpack.config.js", "postinstall": "rimraf ./*.tgz && npm run build && rimraf dist/nitro/* && cpx \"nitro/**\" \"dist/nitro\"", "build:publish": "npm pack && cpx *.tgz ../../electron/core/pre-install" }, "exports": { ".": "./dist/index.js", "./main": "./dist/module.js" }, "devDependencies": { "cpx": "^1.5.0", "rimraf": "^3.0.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "dependencies": { "@janhq/core": "^0.1.3", "azure-openai": "^0.9.4", "kill-port-process": "^3.2.0", "tcp-port-used": "^1.0.2", "ts-loader": "^9.5.0" }, "bundledDependencies": [ "tcp-port-used", "kill-port-process" ], "engines": { "node": ">=18.0.0" }, "files": [ "dist/*", "package.json", "README.md" ] }