mirror of
https://github.com/SrIzan10/asuka.git
synced 2026-06-06 00:46:50 +00:00
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"name": "asuka",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/SrIzan10/asuka.git",
|
|
"author": "Sr Izan <66965250+SrIzan10@users.noreply.github.com>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"audic": "^3.0.1",
|
|
"axios": "^1.3.5",
|
|
"colorette": "^2.0.19",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"express": "^4.18.2",
|
|
"gpt4all": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^18.15.11"
|
|
}
|
|
}
|