Skip to content

Commit 8b6d358

Browse files
author
Kartik K
authored
Merge pull request #1 from 10kartik/publish-npm
Published package to npm
2 parents 1774cba + 94344e8 commit 8b6d358

10 files changed

+771
-3686
lines changed

merged_openapi.json

+272-1,188
Large diffs are not rendered by default.

package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
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": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"start": "node src/index.js --open-api-specification-folder-path ./sampleSpecs"
89
},
9-
"author": "",
10-
"license": "ISC",
10+
"keywords": [
11+
"API Mocker",
12+
"OpenAPI",
13+
"Express",
14+
"OpenAI",
15+
"AI Mock API Generator"
16+
],
17+
"author": "Kartik Kapgate",
18+
"license": "MIT",
1119
"dependencies": {
1220
"axios": "^1.5.0",
1321
"commander": "^11.0.0",

0 commit comments

Comments
 (0)