We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb3bc1 commit 5efee4eCopy full SHA for 5efee4e
1 file changed
package.json
@@ -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