-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
29 lines (29 loc) · 847 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "claude-export",
"version": "0.0.1",
"description": "Format and download Anthropic Claude conversations to markdown, JSON, and PNG for sharing and exporting chat logs.",
"scripts": {
"build": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanschiang/claude-export.git"
},
"author": "https://github.com/ryanschiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryanschiang/claude-export/issues"
},
"homepage": "https://github.com/ryanschiang/claude-export#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"html2canvas": "^1.4.1"
}
}