Files
chatgpt-exporter/packages/userscript/package.json
Pionxzh c75b0f254d init
2022-12-05 19:43:24 +08:00

26 lines
613 B
JSON

{
"name": "@pionxzh/chatgpt-userscript",
"type": "module",
"version": "1.0.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": {
"sentinel-js": "^0.0.5",
"vite-plugin-monkey": "^2.7.3"
},
"devDependencies": {
"vite": "^3.1.4"
}
}