mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@xenova/transformers": "^2.16.1",
|
|
"webpack": "^5.91.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"bundledDependencies": [
|
|
"@xenova/transformers"
|
|
],
|
|
"devDependencies": {
|
|
"pack": "^2.2.0",
|
|
"web": "^0.0.2",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|