23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "language_note_app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.24.1",
|
|
"dotenv": "^17.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"jest": "^30.1.3",
|
|
"jest-plugin-fs": "^2.9.0"
|
|
}
|
|
}
|