We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 5714a2cCopy full SHA for 5714a2c
.gitignore
@@ -0,0 +1,4 @@
1
+node_modules
2
+
3
+package-lock.json
4
package.json
@@ -0,0 +1,19 @@
+{
+ "name": "graphql-ai-mashup",
+ "version": "1.0.0",
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "devDependencies": {
13
+ "@types/node": "20.11.30",
14
+ "cross-env": "7.0.3",
15
+ "ts-node": "10.9.2",
16
+ "ts-node-dev": "2.0.0",
17
+ "typescript": "5.4.2"
18
+ }
19
+}
0 commit comments