Skip to content

Commit 5714a2c

Browse files
author
looyi
committed
init
0 parents  commit 5714a2c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
3+
package-lock.json
4+

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "graphql-ai-mashup",
3+
"version": "1.0.0",
4+
"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

Comments
 (0)