Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideaki Matsunami committed Dec 6, 2023
1 parent 0a50398 commit f01e650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-generator-gas",
"version": "0.0.1",
"description": "",
"description": "A OpenAPI generator for Google Apps Script",
"bin": {
"openapi-generator-gas": "./bin/index.js"
},
Expand All @@ -10,9 +10,9 @@
"build": "tsc --noEmit && esbuild src/index.ts --bundle --platform=node --format=cjs --outfile=./bin/index.js",
"test": "vitest run --config vitest.config.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": ["openapi", "apps-script", "google-apps-script"],
"author": "Hideaki Matsunami <carbon0409@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"esbuild": "^0.19.5",
Expand Down

0 comments on commit f01e650

Please sign in to comment.