63 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "@coze-studio/open-chat",
 | 
						|
  "version": "0.0.1",
 | 
						|
  "description": "Coze Web ChatApp SDK ",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "author": "gaoding.devingao@bytedance.com",
 | 
						|
  "maintainers": [
 | 
						|
    "gaoding.devingao@bytedance.com"
 | 
						|
  ],
 | 
						|
  "sideEffects": false,
 | 
						|
  "exports": {
 | 
						|
    ".": "./src/index.ts"
 | 
						|
  },
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "types": "./src/index.ts",
 | 
						|
  "scripts": {
 | 
						|
    "build": "exit 0",
 | 
						|
    "lint": "eslint ./ --cache",
 | 
						|
    "test": "vitest --run --passWithNoTests",
 | 
						|
    "test:cov": "npm run test -- --coverage"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@coze-arch/i18n": "workspace:*",
 | 
						|
    "@coze/chat-sdk": "0.1.11-beta.19",
 | 
						|
    "react": "~18.2.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@coze-arch/bot-env": "workspace:*",
 | 
						|
    "@coze-arch/bot-typings": "workspace:*",
 | 
						|
    "@coze-arch/eslint-config": "workspace:*",
 | 
						|
    "@coze-arch/pkg-root-webpack-plugin": "workspace:*",
 | 
						|
    "@coze-arch/postcss-config": "workspace:*",
 | 
						|
    "@coze-arch/stylelint-config": "workspace:*",
 | 
						|
    "@coze-arch/tailwind-config": "workspace:*",
 | 
						|
    "@coze-arch/ts-config": "workspace:*",
 | 
						|
    "@coze-arch/vitest-config": "workspace:*",
 | 
						|
    "@coze-studio/open-env-adapter": "workspace:*",
 | 
						|
    "@rspack/plugin-react-refresh": "0.6.0",
 | 
						|
    "@testing-library/jest-dom": "^6.1.5",
 | 
						|
    "@testing-library/react": "^14.1.2",
 | 
						|
    "@testing-library/react-hooks": "^8.0.1",
 | 
						|
    "@types/lodash-es": "^4.17.10",
 | 
						|
    "@types/node": "^18",
 | 
						|
    "@types/react": "18.2.37",
 | 
						|
    "@types/react-dom": "18.2.15",
 | 
						|
    "@vitest/coverage-v8": "~3.0.5",
 | 
						|
    "concurrently": "~8.2.2",
 | 
						|
    "css-loader": "^6.10.0",
 | 
						|
    "debug": "^4.3.4",
 | 
						|
    "style-loader": "^3.3.4",
 | 
						|
    "tailwindcss": "~3.3.3",
 | 
						|
    "ts-node": "^10.9.1",
 | 
						|
    "typescript": "~5.8.2",
 | 
						|
    "vitest": "~3.0.5",
 | 
						|
    "webpack": "~5.91.0"
 | 
						|
  },
 | 
						|
  "// deps": "debug@^4.3.4 为脚本自动补齐,请勿改动",
 | 
						|
  "botPublishConfig": {
 | 
						|
    "main": "dist/index.js"
 | 
						|
  }
 | 
						|
}
 | 
						|
 |