Skip to content

Commit 5efee4e

Browse files
setup package.json
1 parent dbb3bc1 commit 5efee4e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "code-execution",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"type": "module",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"description": "",
12+
"dependencies": {
13+
"@google/generative-ai": "^0.21.0",
14+
"axios": "^1.7.9",
15+
"dotenv": "^16.4.7",
16+
"readline": "^1.3.0"
17+
}
18+
}

0 commit comments

Comments
 (0)