Files
chatgpt-exporter/packages/userscript/package.json

29 lines
706 B
JSON

{
"name": "@pionxzh/chatgpt-userscript",
"type": "module",
"version": "1.5.0",
"private": true,
"title": "ChatGPT Exporter",
"description": "Easily export the whole ChatGPT conversation history for further analysis or sharing.",
"author": "pionxzh",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"test:type": "tsc --noEmit",
"test": "pnpm run test:type",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"html2canvas": "^1.4.1",
"preact": "^10.11.3",
"sentinel-js": "^0.0.5",
"vite-plugin-monkey": "^2.10.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"vite": "^4.0.3"
}
}