Spaces:
Runtime error
Runtime error
Commit
·
5208f8a
1
Parent(s):
635c591
Create package.json
Browse files- package.json +6 -0
package.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dependencies": {
|
3 |
+
"claude-ai": "^1.2.1",
|
4 |
+
"express": "^4.18.2"
|
5 |
+
}
|
6 |
+
}
|