Skip to content

Commit 94344e8

Browse files
author
10kartik
committed
1.0.1
1 parent 54605df commit 94344e8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "ai-mock-api-generator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TrueSparrow Hackathon September 2023",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "node src/index.js --open-api-specification-folder-path ./sampleSpecs"
99
},
10-
"keywords": [ "API Mocker", "OpenAPI", "Express", "OpenAI", "AI Mock API Generator" ],
10+
"keywords": [
11+
"API Mocker",
12+
"OpenAPI",
13+
"Express",
14+
"OpenAI",
15+
"AI Mock API Generator"
16+
],
1117
"author": "Kartik Kapgate",
1218
"license": "MIT",
1319
"dependencies": {

0 commit comments

Comments
 (0)