{ "name": "docsgpt", "private": false, "version": "0.2.4", "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./dist/style.css": "./dist/style.css" }, "files": [ "/dist" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "prepare": "npm run build && npm run build-css", "build-css": "postcss src/index.css -o dist/style.css", "preview": "vite preview" }, "dependencies": { "postcss-cli": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.2.4" }, "devDependencies": { "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.13", "postcss": "^8.4.31", "typescript": "^4.9.3", "vite": "^5.0.12", "vite-plugin-dts": "^3.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/arc53/DocsGPT.git" }, "keywords": [ "docsgpt", "chatbot", "assistant", "ai", "chatdocs", "widget" ], "author": "Arc53", "license": "Apache-2.0", "bugs": { "url": "https://github.com/arc53/DocsGPT/issues" }, "homepage": "https://github.com/arc53/DocsGPT#readme" }